
This commit includes: - Basic project structure with FastAPI - SQLite database integration using SQLAlchemy - CRUD API for items - Alembic migrations setup - Health check endpoint - Proper error handling - Updated README with setup instructions
1 line
46 B
Python
1 line
46 B
Python
from app.models.item import Item # noqa: F401 |