Welcome to the level up blog project.
If you are first time here visit This link to learn how to setup this project.
Alternatively, you can use make init
to perform repo initialization with default settings (only needs to be done once)
If you are already know how to setup this project here is useful commands:
Frontend url: http://localhost:8080
Backend url: http://localhost:8000
Starting server:
docker-compose up
If you want to start docker in background:
docker-compose up -d
Stopping docker project:
docker-compose down
Running migrations
make migrate
Which translates to
docker-compose exec backend php artisan migrate
To learn more about executing commands and MakeFile visit: This link
Install frontend packages
docker-compose exec frontend npm i <package>
THIS README FILE WILL BE UPDATED HOW DURING THE SCHOOL