
- Create project structure with FastAPI and SQLAlchemy - Implement database models for items, categories, suppliers, and stock movements - Add CRUD operations for all models - Configure Alembic for database migrations - Create RESTful API endpoints for inventory management - Add health endpoint for system monitoring - Update README with setup and usage instructions generated with BackendIM... (backend.im)
8 lines
151 B
Plaintext
8 lines
151 B
Plaintext
fastapi==0.110.0
|
|
uvicorn==0.28.0
|
|
sqlalchemy==2.0.29
|
|
alembic==1.13.1
|
|
pydantic==2.6.1
|
|
python-dotenv==1.0.1
|
|
python-multipart==0.0.9
|
|
email-validator==2.1.0 |