Best ordering pizza app!
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.
Use default admin user. login: admin password: root
- Python 3.12
- PostgreSQL 15.1
- Django 4.0.4
- crispy-bootstrap5 0.6
- django-crispy-forms 1.14.0
- Create directory for an app.
mdkir OrderPizza
- Open up terminal within directory.
cd OrderPizza
- Git clone repository:
git clone https://github.com/Tomz899/OrderPizza.git
- In project directory use docker command to build, start and attach containers for service.
docker-compose up
- Open browser and type:
localhost:8000
- {todo} Use django sessions for orders and cart items.
Created by @me - if you have any questions, just contact me!