Skip to content
This repository has been archived by the owner on Jun 6, 2021. It is now read-only.
/ golden-dragon Public archive

Web Full-Stack Assignment at Avans University.

Notifications You must be signed in to change notification settings

gillescoolen/golden-dragon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golden Dragon

Running the backend.

  1. Make sure you have Composer & PHP installed!
  2. Open a terminal in the backend folder and run composer install.
  3. Copy the .env.example file and name the new file .env.
  4. Make sure the database credentials in your new .env file match your actual credentials.
  5. (on first time running) Run 'php artisan migrate:fresh --seed' to insert default data.
  6. Run php artisan serve in your terminal.
  7. Voilà! View the API at http://localhost:8000.

Running the frontend.

  1. Make sure you have Node & Vue CLI installed!
  2. Open a terminal in the frontend folder and run npm i.
  3. Run npm start in your terminal.
  4. Voilà! View the page at http://localhost:8080.

Documenting the Database.

  1. Make sure you have Node & dbdocs.io installed!
  2. Run dbdocs build docs/database.dbml in your terminal.
  3. Voilà! View the page at dbdocs.io/GillesWHC/golden_dragon.

About

Web Full-Stack Assignment at Avans University.

Topics

Resources

Stars

Watchers

Forks