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