Skip to content

arshiumair/Pizza_Billing_Web-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pizza Billing Web App

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.


Features

  • Choose pizza size: Small, Medium, or Large
  • Add optional toppings: Pepperoni and/or Extra Cheese
  • Responsive user interface
  • Hosted on AWS EC2

🛠 Tech Stack

  • Backend: Python 3, Flask
  • Frontend: HTML5, CSS3
  • Server: Flask Development Server (for local use)
  • Deployment : AWS EC2 Fedora Instance

Installation

Clone the Repository

git clone https://github.com/arshiumair/Pizza_Billing_Web-App

Create Virtual Environment

python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate

Install Dependencies

pip install -r requirements.txt

Run the App

python app.py

Project Structure

pizza-billing-app/
│
├── static/             
│   └── style.css
│
├── templates/           
│   ├── index.html
│   └── bill.html
│
├── app.py               
├── README.md            
└── requirements.txt     

📄 License

This project is open-source and available under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published