Skip to content

omaressaouaf/yankees

Repository files navigation

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