https://github.com/petarjs/web-hungry
Simple Web app for ordering food.
https://github.com/petarjs/web-hungry
Last synced: 13 days ago
JSON representation
Simple Web app for ordering food.
- Host: GitHub
- URL: https://github.com/petarjs/web-hungry
- Owner: petarjs
- Created: 2015-08-17T17:31:10.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-01-05T11:28:20.000Z (over 10 years ago)
- Last Synced: 2023-08-23T06:27:05.824Z (almost 3 years ago)
- Language: PHP
- Homepage:
- Size: 398 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Hungry
Hungry is a web app for ordering food. Intended use - Cosmic Development Belgrade.
## Technology
- Laravel Back End
- Angular Front End
## Features
### User
- [x] User views the daily menu
- [x] User orders food for each day of the week
- [ ] User likes foods
- [ ] User sees the most popular foods
- [x] User gets email reminders to ordered food
### Admin
- [x] Admin manages foods
- [x] Admin can mark food as a default food
- [x] Admin makes daily menu
- [x] Admin publishes menus for a week
- [x] Admin sees who ordered what, who didn't order, etc
- @include User
### Super Admin
- [x] 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`