4 Commits

Author SHA1 Message Date
Automated Action
a2ba7e0a54 Fix port binding issue with dynamic port selection
Added port conflict resolution to handle cases where port 8001 is already in use.
The app now checks if a port is available and incrementally tries higher ports
until it finds one that's free.

generated with BackendIM... (backend.im)
2025-05-14 01:26:28 +00:00
Automated Action
a46b44fcec Fix pydantic error by adding ClassVar type annotation to DB_DIR
generated with BackendIM... (backend.im)
2025-05-14 01:22:25 +00:00
Automated Action
f047098f40 Create FastAPI REST API with SQLite database
- Set up project structure with FastAPI and SQLAlchemy
- Configure SQLite database with async support
- Implement CRUD endpoints for items resource
- Add health endpoint for monitoring
- Set up Alembic migrations
- Create comprehensive documentation

generated with BackendIM... (backend.im)
2025-05-14 01:20:38 +00:00
Automated Action
c186e177dc Initial commit from template 2025-05-14 01:16:53 +00:00