Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 983 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 983 Bytes

Foodspark

logo

DBMS project for online Food Ordering system.

Deployed on http://foodkgp.pythonanywhere.com

Screenshot

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