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
- Host: GitHub
- URL: https://github.com/facpro070/hot_food_python
- Owner: facpro070
- License: mit
- Created: 2025-02-08T00:14:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-08T02:12:29.000Z (over 1 year ago)
- Last Synced: 2025-05-18T06:40:58.030Z (about 1 year ago)
- Topics: bootstrap, django, javascript, python, vanilla-javascript
- Language: JavaScript
- Homepage:
- Size: 4.76 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hot-Food
> Food Delivery Website built with Django and Bootstrap
# Demo:
## Homepage

## Product page

## 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.