Giter VIP home page Giter VIP logo

pizza's Introduction

Pizza

This is a web application for handling a pizza restaurant’s online orders. Users will be able to browse the restaurant’s menu, add items to their cart, and submit their orders. Meanwhile, the restaurant owners will be able to add and update menu items and view orders that have been placed.

Installation

After cloning or downloading the repository, the required packages can be installed via the following commands.

For pipenv, run: pipenv install

For venv: pip install -r requirements.txt

To apply migrations: python manage.py migrate

Deployment

There are a few ways to deploy this application on both local and remote servers.

python manage.py runserver

Run this command to deploy in the local server.

To deploy in Heroku, create a Procfile and put the following command inside it.

release: python manage.py migrate
web: gunicorn pizza.wsgi --log-file -

Usage

Visit the site, and find many delicious food items. When you click into a food item, you'll be taken to a customization page. The price will be updated in real-time while customizing. You need to be logged in to add foods to the cart. Add as many as you can eat. Then go to the Cart page to see what have you added so far and how much these are going to cost. You may remove items from the cart. Confirm your order by pressing the Confirm order button. After you have confirmed orders, these orders can be visible in `

Privacy

  • Your name, email, username, password, & order details are stored in the database.
  • Order details can be deleted only before order confirmation.
  • All of your data is protected with Django's state of the art security features.

Built With

  • Django- The web framework.
  • SQLite - The SQL database engine used in development.
  • PostgreSQL - Open source object-relational database system used in production.
  • Bootstrap - Front-end framework.
  • Vanilla JS - Regular Javascript.

pizza's People

Contributors

dependabot[bot] avatar minhajul-karim avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.