
- Set up project structure - Create database models with SQLAlchemy - Add Alembic migrations - Implement CRUD API endpoints - Update README with documentation generated with BackendIM... (backend.im)
1 line
57 B
Python
1 line
57 B
Python
from app.schemas.todo import Todo, TodoCreate, TodoUpdate |