Skip to content

Online food delivery system based on Django and designed in Bootstrap

License

Notifications You must be signed in to change notification settings

Shubhamverma2796/Hot-Food

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hot-Food

Food Delivery Website built with Django and Bootstrap

Installation:

1.Clone Repo

git clone https://github.com/shyam999/Hot-Food.git

2.Setup Virtualenv

virtualenv env
source env/bin/activate

3.Install Requirements

cd requirements.txt
pip install -r requirements.txt

4.Migrate Database

python manage.py makemigrations
python manage.py migrate

5.Create User

python manage.py createsuperuser

5.Set Up RabbitMQ

sudo apt-get install rabbitmq-server
service rabbitmq-server start

6.Run Server

python manage.py runserver

Screenshots:

Homepage:

Product Page:

Address Page:

About

Online food delivery system based on Django and designed in Bootstrap

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%