590 B
590 B
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