Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 2.84 KB

README.md

File metadata and controls

20 lines (15 loc) · 2.84 KB

Yankees Restaurant Web App

Yankees is an online food delivery app for an american restaurant that offers a variety of delicious and fresh dishes

website admin


How to use

  • Clone the project with git clone
  • Copy .env.example file to .env and edit database credentials there
  • Run composer install
  • Run php artisan key:generate
  • Run php artisan migrate --seed (it has sample testing data)
  • Run php artisan storage:link
  • Run npm install && npm run dev
  • Launch the yankees.test for website
  • Launch the yankees.test/admin for the admin app