8000 GitHub - shahwan42/HotFood: Fully open-source online food delivery system built using Python, Django web framework, Bootstrap4, Vanilla Javascript, and more...
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Fully open-source online food delivery system built using Python, Django web framework, Bootstrap4, Vanilla Javascript, and more...

License

Notifications You must be signed in to change notification settings

shahwan42/HotFood

8000
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hot-Food

Food Delivery Website built with Django and Bootstrap

Demo:

Homepage

Product page

Installation:

1.Clone the Repo

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

2.Setup Virtualenv & Install Requirements

virtualenv env
source env/bin/activate
pip install -r requirements.txt

3.Set Up RabbitMQ Server

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

4.Migrate Database

python manage.py makemigrations
python manage.py migrate

5.Start Server

python manage.py runserver

Contributors

Contributions are welcome, and they are greatly appreciated! Every little bit helps, and credit will always be given.

Please star the repo and feel free to make pull requests.

About

Fully open-source online food delivery system built using Python, Django web framework, Bootstrap4, Vanilla Javascript, and more...

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 52.3%
  • CSS 34.1%
  • Python 7.0%
  • HTML 6.6%
0