It is project containing website related Pizza Delivery Services using technologies like Django, HTML, CSS, JS, Bootstrap.
We can add pizza with quantity in shopping cart.
Customer will give their address and phone number for delivery purposes.
We can add discount code which will subtract the discount percentage amount from total price of the order.
I have used Razorpay for this project.
In staff panel, we can add pizza information, handle orders, handle reviews(if there is any inappropriate content), handle contact or messages.
Customer can track their orders using order ID.
Clone this repo to your local machine using https://github.com/suyashphatak23/Pizza-Delivery-Website
Refer the link: https://realpython.com/django-setup/
-
Install Python and PIP
-
Open Command Prompt
-
Install django python-libray in your local machine by using following commands:
> pip install django
-
Install pillow python-libray in local machine by using following commands:
> pip install pillow
-
Go to Project directory and open Command Prompt with the directory location.
-
Type
> python manage.py runserver
- This will give you link to the server. Click it to go to website.