Skip to content

krithikvaidya/night-owl

Repository files navigation

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




About

A model responsive web-app written using the Django framework, for ordering food items from the college's Night Canteens.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published