File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Application Features:
1313 - 📄 Structured Logging
1414 - 🔒 API endpoints secured with API key authentication
1515 - 🛡️ Centralized error handling with custom exceptions and detailed logging
16- - 💾 (Optional) SQLite (Default) or PostgreSQL as the SQL database.
16+ - 💾 SQLite (Default) or PostgreSQL as the SQL database.
1717
1818Repo Features:
1919 - 🛠️ configuration in a single file pyproject.toml
@@ -108,8 +108,8 @@ dc db up -d
108108uv run python src/main.py
109109```
110110
111- The code ` migrate-db ` can be found in [ migration_cli.py] ( src/utils/migration_cli .py ) .
112- The code ` dc ` can be found in [ docker_compose_cli.py] ( src/utils/docker_compose_cli .py ) .
111+ The code ` migrate-db ` can be found in [ migration_cli.py] ( src/utils/cli/migration .py ) .
112+ The code ` dc ` can be found in [ docker_compose_cli.py] ( src/utils/cli/docker_compose .py ) .
113113
114114### Run the application with Docker Compose
115115
You can’t perform that action at this time.
0 commit comments