Test Repositoty
This project includes a small Flask web app that records sponsorship donations in a local SQLite database.
-
Install dependencies:
pip install -r requirements.txt
-
Start the server:
python app.py
-
Open in your browser:
http://127.0.0.1:5000