
- Set up project structure with FastAPI - Implement SQLAlchemy models for inventory items and categories - Create database connection with SQLite - Add CRUD operations for inventory management - Implement API endpoints for categories, items, and inventory transactions - Add health check endpoint - Set up Alembic for database migrations - Update README with documentation
9 lines
155 B
Plaintext
9 lines
155 B
Plaintext
fastapi>=0.104.0
|
|
uvicorn>=0.23.2
|
|
sqlalchemy>=2.0.0
|
|
alembic>=1.12.0
|
|
pydantic>=2.4.2
|
|
pydantic-settings>=2.0.3
|
|
python-dotenv>=1.0.0
|
|
ruff>=0.1.4
|
|
pathlib>=1.0.1 |