A sophisticated Ecommerce Agency Web Application built with Flask and Bootstrap 5 to help ecommerce businesses scale efficiently.
This platform features a professional agency landing page, service sections, and a contact system designed for lead generation.
- Backend: Python / Flask
- Frontend: Bootstrap 5 (CSS & JavaScript)
- Server Configuration: WSGI (Passenger)
- Database: SQLAlchemy with SQLite (instance-based)
python-flask-project/
├── app.py # Core Flask application and route handling
├── passenger_wsgi.py # WSGI configuration for deployment
├── requirements.txt # Python dependencies
├── instance/ # Database files and local configurations
├── static/ # Static assets (CSS, JS, Images)
└── templates/ # Jinja2 HTML templates
└── index.html # Main landing page template
---
### 1️⃣ Clone the Repository
```bash
git clone https://github.com/Ahasham-Ul-Haq/python-flask-project.git
cd python-flask-project