
- Created FastAPI application with product catalog functionality - Implemented CRUD operations for products - Added SQLAlchemy models and Pydantic schemas - Set up SQLite database with Alembic migrations - Added health check endpoint - Updated README with project documentation generated with BackendIM... (backend.im)
6 lines
104 B
Plaintext
6 lines
104 B
Plaintext
fastapi==0.110.0
|
|
uvicorn==0.27.1
|
|
sqlalchemy==2.0.27
|
|
pydantic==2.5.3
|
|
alembic==1.13.1
|
|
python-dotenv==1.0.0 |