Skip to content

Tomz899/OrderPizza

Repository files navigation

Ordering Pizza App

Best ordering pizza app!

Table of contents

General Information

Ordering Pizza App is a django based web application. App provide user registration and authentication, after login you can place you order for your favorite pizza, check your cart items and checkout info. Restaurant manager will be able to view orders and manage queues. Database is using PostgreSQL that is hosted on ElephantSQL service.

Demo

Use default admin user. login: admin password: root

Technologies Used

  • Python 3.12
  • PostgreSQL 15.1
  • Django 4.0.4
  • crispy-bootstrap5 0.6
  • django-crispy-forms 1.14.0

Screenshots

Setup

  1. Create directory for an app.
mdkir OrderPizza
  1. Open up terminal within directory.
cd OrderPizza
  1. Git clone repository:
git clone https://github.com/Tomz899/OrderPizza.git
  1. In project directory use docker command to build, start and attach containers for service.
docker-compose up
  1. Open browser and type:
localhost:8000

ToDo Bugs

  • {todo} Use django sessions for orders and cart items.

Contact

Created by @me - if you have any questions, just contact me!

About

Django application for ordering a pizza.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published