3 Commits

Author SHA1 Message Date
Automated Action
66f95ea88e Fix database path for standalone environment
- 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
2025-05-18 19:15:35 +00:00
Automated Action
07301a47e7 Implement RESTful API using FastAPI and SQLite
- 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
2025-05-18 16:46:51 +00:00
Automated Action
797dacf17e Initial commit from template 2025-05-18 16:42:02 +00:00