
Features: - Project structure with FastAPI framework - SQLAlchemy models with SQLite database - Alembic migrations system - CRUD operations for items - API routers with endpoints for items - Health endpoint for monitoring - Error handling and validation - Comprehensive documentation
3 lines
130 B
Plaintext
3 lines
130 B
Plaintext
This directory contains Alembic migration scripts.
|
|
Each file is a migration step. To apply migrations, run:
|
|
`alembic upgrade head` |