https://github.com/kaustubhhiware/foodspark
DBMS project for online Food Ordering system - http://foodkgp.pythonanywhere.com/
https://github.com/kaustubhhiware/foodspark
dbms django frontend python webapp
Last synced: about 1 year ago
JSON representation
DBMS project for online Food Ordering system - http://foodkgp.pythonanywhere.com/
- Host: GitHub
- URL: https://github.com/kaustubhhiware/foodspark
- Owner: kaustubhhiware
- License: mit
- Created: 2017-02-26T09:54:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-09-30T17:58:43.000Z (over 5 years ago)
- Last Synced: 2025-04-28T16:21:40.622Z (about 1 year ago)
- Topics: dbms, django, frontend, python, webapp
- Language: HTML
- Homepage:
- Size: 9.96 MB
- Stars: 37
- Watchers: 10
- Forks: 22
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Foodspark

DBMS project for online Food Ordering system.
Deployed on http://foodkgp.pythonanywhere.com

The frontend specifically can be found in `front-end/` folder.
To run the server, run the following command:
python manage.py runserver
## Features
* Supports Restaurant and Customer login and signup.
* User can enter and edit details.
* User can place orders from multiple restaurants.
* Support search functionality from user side.
* A restaurant can update their menu and add new items to their menu.
* Both user and restaurant can check their history logs.
* Pretty darn good UI.
## Members
* Sourav Pal [@sourav-roni](https://github.com/sourav-roni)
* Sayan Mandal [@sayanmandal](https://github.com/sayanmandal)
* Projjal Chanda [@Projjal](https://github.com/projjal)
* Aditya Bhagwat [@Eraseread](https://github.com/Eraseread)
* Kaustubh Hiware [@kaustubhhiware](https://github.com/kaustubhhiware)