Files
VerpotJeLot/README.md

590 B

Flask SQL Website

A modern web application built with Flask and SQLAlchemy.

Setup

  1. Create a virtual environment:
python -m venv venv
  1. Activate the virtual environment:
  • Windows:
.\venv\Scripts\activate
  • Unix/MacOS:
source venv/bin/activate
  1. Install dependencies:
pip install -r requirements.txt
  1. 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