This is a Flask-based web application designed to [insert project purpose, e.g., "manage tasks", "track expenses", "serve as a blog platform"].
- [List key features of the application, e.g., "User Authentication", "REST API", "Data Visualization", etc.]
- Lightweight and fast.
- Easy to deploy with Docker.
- Backend: Flask
- Database: [e.g., SQLite, PostgreSQL]
- Frontend: [e.g., Jinja2 templates, Bootstrap]
- Others: [e.g., Docker, Flask-RESTful, etc.]
Ensure you have the following installed on your machine:
- Python 3.9 or later
- pip (Python package installer)
- [Other requirements, if any]
git clone https://github.com/tanvir-alam-sk/Hackthon-Flask
cd Hackthon-Flask
python3 -m venv venv (not necessary)
source venv/bin/activate
pip install -r requirements.txt
python3 main.py