
Features: - Project structure setup - Database configuration with SQLAlchemy - Item model and CRUD operations - API endpoints for items - Alembic migrations - Health check endpoint - Comprehensive documentation generated with BackendIM... (backend.im)
3 lines
63 B
Python
3 lines
63 B
Python
from app.routes import health, api
|
|
|
|
__all__ = ["health", "api"] |