All Projects → shyam999 → Hot-Food

shyam999 / Hot-Food

Licence: MIT license
Fully open-source online food delivery website built using Python, Django web framework, Bootstrap4, Vanilla Javascript, and more...

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
python
139335 projects - #7 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to Hot-Food

PyShop
PyShop is an online Python Ecommerce website built with Django, SQLite and Bootstrap. A simple and lightweight ecommerce app easily deployable anywhere anytime with modules developed upon the inbuilt django admin.
Stars: ✭ 17 (-86.07%)
Mutual labels:  django-project, django-ecommerce
django ecommerce
Scalable Django E-Commerce, perfect to start one new online shop project.
Stars: ✭ 25 (-79.51%)
Mutual labels:  django-project, django-ecommerce
django-learning-pathway
(Currently in development) Learning pathways for learning Django.
Stars: ✭ 35 (-71.31%)
Mutual labels:  celery, django-project
docker-flask-example
A production ready example Flask app that's using Docker and Docker Compose.
Stars: ✭ 311 (+154.92%)
Mutual labels:  celery
docker-compose-django-postgresql-redis-example
Django + Postgres + Redis + Celery + Celery Beat + WebSocket server
Stars: ✭ 158 (+29.51%)
Mutual labels:  celery
wmqx
基于 Rabbitmq 的 Http 异步消息调用服务
Stars: ✭ 40 (-67.21%)
Mutual labels:  rabbitmq-server
sis cmp fac py dj 2.2-
Proyecto del Curso de Udemy. Sistema de Compra y Facturación con Python usando Django 2.2
Stars: ✭ 33 (-72.95%)
Mutual labels:  django-project
RabbitMQTools
PowerShell module containing cmdlets to manage RabbitMQ.
Stars: ✭ 27 (-77.87%)
Mutual labels:  rabbitmq-server
cyme
Celery Instance Manager
Stars: ✭ 50 (-59.02%)
Mutual labels:  celery
Microsoft-Student-Partners
This is the unofficial website for the Microsoft Student Partners
Stars: ✭ 13 (-89.34%)
Mutual labels:  django-project
UpSnap
A simple wake on lan app written with Django, Django-Channels (websockets), Celery, Redis and nmap.
Stars: ✭ 65 (-46.72%)
Mutual labels:  celery
Final-Senior-Year-Project-
My College Final(Senior) Year Project
Stars: ✭ 98 (-19.67%)
Mutual labels:  celery
celery-kubernetes-example
Small Flask app with scalable, asynchronous backend workers deployed on Kubernetes.
Stars: ✭ 79 (-35.25%)
Mutual labels:  celery
fastapi-celery-redis-rabbitmq
A simple docker-compose app for orchestrating a fastapi application, a celery queue with rabbitmq(broker) and redis(backend)
Stars: ✭ 81 (-33.61%)
Mutual labels:  celery
Django-CRM-Project
Django CRM Project - Youtube Tutorial
Stars: ✭ 108 (-11.48%)
Mutual labels:  django-project
drf-addons
Some customised Django classes and functions that one can use in DJango. Collected from internet!
Stars: ✭ 20 (-83.61%)
Mutual labels:  django-project
antinex-core
Network exploit detection using highly accurate pre-trained deep neural networks with Celery + Keras + Tensorflow + Redis
Stars: ✭ 19 (-84.43%)
Mutual labels:  celery
PyEditorial
A free, open-source Blog CMS based on the "Django" and "Editorial" HTML5 theme.
Stars: ✭ 178 (+45.9%)
Mutual labels:  django-project
kubernetes django
Deploying django application on kubernetes
Stars: ✭ 22 (-81.97%)
Mutual labels:  celery
ansible-role-rabbitmq
Ansible Role - RabbitMQ
Stars: ✭ 49 (-59.84%)
Mutual labels:  rabbitmq-server

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 pipenv & Install Requirements

pip install pipenv
pipenv install -r requirements.txt
pipenv shell

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].