Skip to content

A website containing ordering and buying pizzas. Built using Django Web Framework.

License

Notifications You must be signed in to change notification settings

suyashphatak23/Pizza-Delivery-Website

Repository files navigation

Python logo

Django logo

HTML CSS JS logos

Bootstrap logo

Razorpay

SuperPizza : A Pizza Delivery Website

It is project containing website related Pizza Delivery Services using technologies like Django, HTML, CSS, JS, Bootstrap.

Build Status Coverage Status

Demo Video

YouTube Link

Heroku Deployment Link

Heroku Deployment

Features

Shopping Cart

We can add pizza with quantity in shopping cart.

Checkout

Customer will give their address and phone number for delivery purposes.

Discount

We can add discount code which will subtract the discount percentage amount from total price of the order.

Payment Integration

I have used Razorpay for this project.

Staff Panel

In staff panel, we can add pizza information, handle orders, handle reviews(if there is any inappropriate content), handle contact or messages.

Order Tracking

Customer can track their orders using order ID.

Clone

Clone this repo to your local machine using https://github.com/suyashphatak23/Pizza-Delivery-Website

Setup

Refer the link: https://realpython.com/django-setup/

  1. Install Python and PIP

  2. Open Command Prompt

  3. Install django python-libray in your local machine by using following commands:

> pip install django
  1. Install pillow python-libray in local machine by using following commands:

> pip install pillow
  1. Go to Project directory and open Command Prompt with the directory location.

  2. Type

> python manage.py runserver
  1. This will give you link to the server. Click it to go to website.

License

License

MIT license