Commit Graph

3 Commits

Author SHA1 Message Date
inecs 12dcc69de8 refactor: migrate environment variables to .env file and update config.py
- Replace environment section in docker-compose.yml with env_file directive
- Add all missing environment variables to config.py
- Update env.example with proper variable definitions
- Create .env file from env.example
- Ensure all variables are properly loaded from .env file
2025-08-20 17:52:50 +03:00
inecs dce2cbb4dc feat: replace all print statements with proper logging system 2025-08-20 17:19:49 +03:00
inecs 2499423bc0 refactor: extract all routes to app/api/v1/endpoints/ with proper structure 2025-08-20 16:48:06 +03:00