Food Delivery Website built with Django and Bootstrap
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
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.