- Modified database connection to use project-relative paths
- Updated Alembic configuration to dynamically use the SQLAlchemy URL
- Added a root endpoint for easy testing
- Fixed imports in migration environment
- Set up project structure with FastAPI framework
- Implement database models using SQLAlchemy
- Create Alembic migrations for database schema
- Build CRUD endpoints for Items resource
- Add health check endpoint
- Include API documentation with Swagger and ReDoc
- Update README with project documentation