
- 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
32 B
Python
1 line
32 B
Python
from app.models.todo import Todo |