Skip to content

baglan-s/mobile-spa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick start

After you clone the project, you need to download the following images and paste them into the appropriate paths:

Download https://drive.google.com/file/d/1KkPHLJkNUrDCTHG1BKJt8VMgSFxUoRrp/view?usp=sharing Path: /backend/public

Download https://drive.google.com/file/d/1KkPHLJkNUrDCTHG1BKJt8VMgSFxUoRrp/view?usp=sharing Path: /frontend/src/assets

Copy the config files:

cp backend/.env.example backend/.env
cp frontend/src/assets/js/config.js.example frontend/src/assets/js/config.js

Up all the services:

docker compose --env-file ./backend/.env up -d

Run migrations:

docker exec ozakee-php php artisan migrate --seed

Backend service host:

http://localhost:8000

Frontend service host:

http://localhost:8001

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published