Initial commit: Quote of the Day API

Secure, rate‑limited Flask + Gunicorn microservice with SQLite persistence, delivery tracking, and systemd deployment config. Includes setup script, HTML template, and production‑ready README.
This commit is contained in:
2025-08-30 13:24:33 -04:00
commit ddf5e983e2
6 changed files with 260 additions and 0 deletions

4
requirements.txt Normal file
View File

@@ -0,0 +1,4 @@
Flask
flask-limiter
Werkzeug
gunicorn