8 Commits

Author SHA1 Message Date
Automated Action
8eed6b7816 Fix circular import issue in schema files 2025-06-12 15:59:22 +00:00
Automated Action
6a5649a49c allow all origins for cors 2025-05-31 14:19:00 +00:00
Automated Action
8db0013f26 allow all origins for cors 2025-05-31 13:41:11 +00:00
Automated Action
1461373ec3 Fix database path to use relative paths for better compatibility 2025-05-31 13:35:59 +00:00
Automated Action
0839aeabc4 Add test data generation script for manga inventory database 2025-05-31 13:25:14 +00:00
Dave
152286eb92 allow all origins for cors 2025-05-31 14:11:42 +01:00
Automated Action
a9210ca8ed Create manga inventory API with FastAPI and SQLite
- Implemented CRUD operations for manga, authors, publishers, and genres
- Added search and filtering functionality
- Set up SQLAlchemy ORM with SQLite database
- Configured Alembic for database migrations
- Implemented logging with Loguru
- Added comprehensive API documentation
- Set up error handling and validation
- Added ruff for linting and formatting
2025-05-30 12:29:35 +00:00
Automated Action
f05d532b0c Initial commit from template 2025-05-30 12:16:48 +00:00