
- Set up project structure with FastAPI and SQLite - Create database models for inventory management - Set up SQLAlchemy and Alembic for database migrations - Create initial database migrations - Implement CRUD operations for products, categories, suppliers - Implement stock movement tracking and inventory management - Add authentication and user management - Add API endpoints for all entities - Add health check endpoint - Update README with project information and usage instructions
11 lines
192 B
Plaintext
11 lines
192 B
Plaintext
fastapi==0.104.1
|
|
uvicorn==0.23.2
|
|
sqlalchemy==2.0.23
|
|
alembic==1.12.1
|
|
pydantic==2.4.2
|
|
pydantic-settings==2.0.3
|
|
python-jose==3.3.0
|
|
passlib==1.7.4
|
|
python-multipart==0.0.6
|
|
bcrypt==4.0.1
|
|
ruff==0.1.5 |