
- Set up project structure - Add database models and SQLAlchemy setup - Configure Alembic for migrations - Create API endpoints for items - Add health check endpoint - Update documentation generated with BackendIM... (backend.im) Co-Authored-By: Claude <noreply@anthropic.com>
1 line
85 B
Python
1 line
85 B
Python
from app.crud.item import get, get_by_name, get_multi, create, update, remove # noqa |