3 Commits

Author SHA1 Message Date
Automated Action
96205c13f2 Convert find invoice endpoint from POST to GET for RESTful design 2025-05-19 09:16:35 +00:00
Automated Action
a3124ddd4a Add field filtering support to GET endpoints using query parameters 2025-05-19 09:09:38 +00:00
Automated Action
0a65bff5f3 Implement invoice generation service
- Create FastAPI app structure
- Set up SQLAlchemy with SQLite for database management
- Implement invoice and invoice item models
- Add Alembic for database migrations
- Create invoice generation and retrieval API endpoints
- Add health check endpoint
- Set up Ruff for linting
- Update README with project details
2025-05-18 20:01:08 +00:00