Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 868 Bytes

readme.md

File metadata and controls

22 lines (17 loc) · 868 Bytes

Malmö Resturant API

About Malmö Resturant API

This API was created as a project for the course "Självständingfördjupning inom Datavetenskap" (DA365A). The purpose of the project was for the creator Felix Morau to improve his backend skills and to learn PHP and Laravel.

Setup

  1. Download & install MAMP/XAMP
  2. Clone the repo @ Github.
  3. Start your MAMP/XAMP server.
  4. Rename the .env.example file to .env and fill in the correct information.
  5. Open your terminal & navigate to the project.
  6. Run php artisan serve
  7. Open a webbrowser and go to PHPmyadmin.
  8. Run php artisan migrate in your terminal
  9. You are done! (Optional)
  10. Go to /api/documentation
  11. Create a superuser using /api/tokens/superusing passing your SUPER_ADMIN_KEY.
  12. Start using the API!