Skip to content

ginnto/foodjet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FOODJET.

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.

Live Demo

http://foodjetin.pythonanywhere.com/

WORKING

first you have to register,
then you have to login else you dont able to add product to cart.
other wise you can only see all the products and price.

hpmepage product1 cart cartlist footer

Installation

pip install django virtualenv env

For Mac/ Linux

source env/bin/activate

For Window

env\scripts\activate

pip install -r requirements.txt

python manage.py makemigrations

python manage.py migrate

python manage.py runserver