A simple, dynamic pizza ordering and billing application built with Python Flask and HTML/CSS.
Users can select pizza size, add pepperoni or extra cheese, and get a dynamically calculated bill instantly.
- Choose pizza size: Small, Medium, or Large
- Add optional toppings: Pepperoni and/or Extra Cheese
- Responsive user interface
- Hosted on AWS EC2
- Backend: Python 3, Flask
- Frontend: HTML5, CSS3
- Server: Flask Development Server (for local use)
- Deployment : AWS EC2 Fedora Instance
git clone https://github.com/arshiumair/Pizza_Billing_Web-App
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activatepip install -r requirements.txt
python app.py
pizza-billing-app/
│
├── static/
│ └── style.css
│
├── templates/
│ ├── index.html
│ └── bill.html
│
├── app.py
├── README.md
└── requirements.txt
This project is open-source and available under the MIT License.