# 🔥 Flask Web Application
A lightweight and modular web application built using the Flask framework.
---
## 🚀 Features
- Simple and clean project structure
- RESTful routing
- Templating with Jinja2
- Form handling (WTForms or Flask-WTF optional)
- SQLite (or easily swappable with PostgreSQL/MySQL)
- Supports static files & template rendering
- Easy to extend with Blueprints, APIs, and auth
---
## 📦 Tech Stack
- Python 3.8+
- [Flask]([Link]
- Jinja2 for templating
- SQLite (default) or any SQL database
- Bootstrap (optional for styling)
---
## 🛠️ Installation
### 1. Clone the Repository
```bash
git clone [Link]
cd flask-app