Add communication guide and project improvements documentation; enhance main app with logging, CORS configuration, and health check endpoints; implement input validation and error handling in routers; improve services with rate limiting and snapshot persistence; update models for SQLAlchemy best practices; create index.html for frontend interaction.

This commit is contained in:
serversdwn
2025-12-23 19:24:14 +00:00
parent 5c4722267f
commit dac731f912
15 changed files with 886 additions and 53 deletions

BIN
data/slmm.db Normal file

Binary file not shown.

4
data/slmm.log Normal file
View File

@@ -0,0 +1,4 @@
2025-12-23 19:02:07,047 - app.main - INFO - Database tables initialized
2025-12-23 19:02:07,048 - app.main - INFO - CORS allowed origins: ['*']
2025-12-23 19:02:19,874 - app.main - INFO - Database tables initialized
2025-12-23 19:02:19,874 - app.main - INFO - CORS allowed origins: ['*']