2025-06-08 17:13:20 +02:00
lol
2025-05-22 20:25:38 +02:00
2025-06-08 17:07:31 +02:00
gsf
2025-05-22 23:11:44 +02:00
2025-06-08 17:07:31 +02:00
lol
2025-05-22 21:22:15 +02:00
2025-05-22 19:23:32 +02:00
2025-06-08 17:10:58 +02:00
lol
2025-05-22 21:22:15 +02:00
2025-05-23 08:24:08 +02:00
lol
2025-05-22 20:39:04 +02:00
2025-06-08 17:13:20 +02:00
2025-05-22 19:23:32 +02:00
lol
2025-05-22 21:22:15 +02:00

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
Description
No description provided
Readme 17 MiB
Languages
Python 97.3%
C++ 1.3%
HTML 0.6%
C 0.4%
PowerShell 0.1%
Other 0.1%