34f95c1d1db7b214c486d4b3b21477717b2c8c71
Flask SQL Website
A modern web application built with Flask and SQLAlchemy.
Setup
- Create a virtual environment:
python -m venv venv
- Activate the virtual environment:
- Windows:
.\venv\Scripts\activate
- Unix/MacOS:
source venv/bin/activate
- Install dependencies:
pip install -r requirements.txt
- Run the application:
python app.py
The application will be available at http://localhost:5000
Features
- SQL database integration
- Modern web interface
- RESTful API endpoints
- Form handling and validation
Description
Languages
Python
97.3%
C++
1.3%
HTML
0.6%
C
0.4%
PowerShell
0.1%
Other
0.1%