A simple E-Commerce Web Application developed using Python Flask, HTML, CSS, and SQLite.
- User registration and login
- Product browsing
- Add products to cart
- Cart management
- Checkout and order placement
- My Orders page
- Order cancellation
- User-friendly web interface
- SQLite database for storing user and order information
- Python
- Flask
- HTML
- CSS
- SQLite
- Jinja2
app.py– Main Flask applicationmodels.py– Database modelstemplates/– HTML pagesstatic/– CSS and static filesdatabase/– Database-related filesrequirements.txt– Python dependencies
- Clone the repository.
- Install the required packages:
pip install -r requirements.txt - Run the application:
python app.py - Open the URL shown in the terminal in your browser.
This project demonstrates the development of a complete web-based shopping application with user authentication, product management, cart functionality, and order management.
Deepika Pervala