3 Commits

Author SHA1 Message Date
Automated Action
509017284f Fix database migration error for async SQLite connection
- Updated alembic.ini to use the async SQLite driver\n- Updated alembic env.py to support async operations\n- Created storage directory for database files\n- Added .gitignore to exclude temporary files and databases\n\ngenerated with BackendIM... (backend.im)
2025-05-15 15:52:44 +00:00
Automated Action
629ba0ee1c Create REST API with FastAPI and SQLite
- Set up project structure with FastAPI app
- Implement SQLAlchemy models and async database connection
- Create CRUD endpoints for items resource
- Add health endpoint for monitoring
- Configure Alembic for database migrations
- Create comprehensive documentation

generated with BackendIM... (backend.im)
2025-05-15 15:49:28 +00:00
Automated Action
62844df7b6 Initial commit from template 2025-05-15 15:46:03 +00:00