first commit

This commit is contained in:
Jp
2026-01-30 15:03:43 +08:00
commit 656a510c73
32 changed files with 3721 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# API Ninjas API Key
# Get your free API key from: https://api-ninjas.com/api
API_NINJAS_KEY=your_api_key_here
# Flask Configuration
SECRET_KEY=your_secret_key_here_change_in_production
FLASK_ENV=development