
- Implemented project structure - Added SQLAlchemy models and database connection - Created Alembic migrations - Implemented CRUD API endpoints - Added health endpoint - Updated README.md generated with BackendIM... (backend.im)
1 line
57 B
Python
1 line
57 B
Python
from app.schemas.todo import Todo, TodoCreate, TodoUpdate |