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:
4
data/slmm.log
Normal file
4
data/slmm.log
Normal 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: ['*']
|
||||
Reference in New Issue
Block a user