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.
- 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/