
- Setup project structure and dependencies - Create Todo model and SQLAlchemy database connection - Set up Alembic for database migrations - Implement CRUD operations and API endpoints - Add health check endpoint - Update README with project documentation generated with BackendIM... (backend.im)
2 lines
103 B
Python
2 lines
103 B
Python
from app.routes.todo import router as todo_router
|
|
from app.routes.health import router as health_router |