Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 395 Bytes

File metadata and controls

9 lines (8 loc) · 395 Bytes

Buono

Online Restaurant Service (Experimental)

Initialize

  • Run composer install
  • Then setup your environment via .env file and run php artisan key:generate
  • Run php artisan migrate to create database tables
  • Run php artisan db:seed so you have some basic records in database

I putted a Postman Collection file in documents folder, so you can use for testing api endpoints.