Online Food Aggregator: Website for online food delivery. Implemented all necessary e-commerce functionalities like product listing, cart etc. Technology Used: Python-Django, HTML, CSS, JavaScript.
http://foodjetin.pythonanywhere.com/
pip install django virtualenv env
source env/bin/activate
env\scripts\activate
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runserver