Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1.78 KB

README.md

File metadata and controls

41 lines (32 loc) · 1.78 KB

A model responsive web-app written using the Django framework, for ordering food items from the college's Night Canteens. Includes the customer's interface as well as order management for the Night Canteen owners. Uses a MySQL database backend.

To run:

  • Ensure you have MySQL and Python3 installed.
  • Restore the database dump into mysql using mysql -u [user] -p night_owl < night_owl_dump.sql
  • Run the following:
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver
  • Then visit 127.0.0.1:8000/

Screenshots

Larger Screens





Smaller Screens







Admin/Staff Users Interface