An open API service indexing awesome lists of open source software.

https://github.com/facpro070/hot_food_python

A web application for food delivery built with Python, Django web framework, Bootstrap4, Vanilla JavaScript
https://github.com/facpro070/hot_food_python

bootstrap django javascript python vanilla-javascript

Last synced: 3 months ago
JSON representation

A web application for food delivery built with Python, Django web framework, Bootstrap4, Vanilla JavaScript

Awesome Lists containing this project

README

          

# Hot-Food
> Food Delivery Website built with Django and Bootstrap
# Demo:
## Homepage
![](demo/home.png)
## Product page
![](demo/product.png)
## Installation:
**1.Clone the Repo**
```sh
git clone https://github.com/facpro07/hot_food_python.git
```
**2.Setup pipenv & Install Requirements**
```sh
pip install pipenv
pipenv install -r requirements.txt
pipenv shell
```
**3.Set Up RabbitMQ Server**
```sh
sudo apt-get install rabbitmq-server
service rabbitmq-server start
```
**4.Migrate Database**
```sh
python manage.py makemigrations
python manage.py migrate
```
**5.Start Server**
```sh
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.