
- 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
90 B
Python
1 line
90 B
Python
from app.crud.todo import get_todos, get_todo_by_id, create_todo, update_todo, delete_todo |