Skip to content

petarjs/web-hungry

Repository files navigation

Hungry

Hungry is a web app for ordering food. Intended use - Cosmic Development Belgrade.

Technology

  • Laravel Back End
  • Angular Front End

Features

User

  • User views the daily menu
  • User orders food for each day of the week
  • User likes foods
  • User sees the most popular foods
  • User gets email reminders to ordered food

Admin

  • Admin manages foods
  • Admin can mark food as a default food
  • Admin makes daily menu
  • Admin publishes menus for a week
  • Admin sees who ordered what, who didn't order, etc
  • @include User

Super Admin

  • Super Admin manages users
  • @include Admin

Happy coding!

Starting the project

composer install

touch .env
Fill out .env file with appropriate values

php artisan migrate

sudo npm i

bower install

gulp

About

Simple Web app for ordering food.

Resources

Stars

Watchers

Forks

Packages

No packages published