- Make sure you have Composer & PHP installed!
- Open a terminal in the
backend
folder and runcomposer install
. - Copy the
.env.example
file and name the new file.env
. - Make sure the database credentials in your new
.env
file match your actual credentials. - (on first time running) Run '
php artisan migrate:fresh --seed
' to insert default data. - Run
php artisan serve
in your terminal. - Voilà! View the API at http://localhost:8000.
- Make sure you have Node & Vue CLI installed!
- Open a terminal in the
frontend
folder and runnpm i
. - Run
npm start
in your terminal. - Voilà! View the page at http://localhost:8080.
- Make sure you have Node & dbdocs.io installed!
- Run
dbdocs build docs/database.dbml
in your terminal. - Voilà! View the page at dbdocs.io/GillesWHC/golden_dragon.