3 Commits

Author SHA1 Message Date
Automated Action
667fee7466 Fix database migration issues
- Add project root to Python path in migrations/env.py
- Change database URL configuration to ensure database directory exists
- Update alembic.ini to use relative database path
- Make database URL configuration more resilient
2025-06-06 11:36:18 +00:00
Automated Action
c8aed27755 Create SaaS invoicing application with FastAPI and SQLite
- Set up project structure with modular organization
- Implement database models for users, organizations, clients, invoices
- Create Alembic migration scripts for database setup
- Implement JWT-based authentication and authorization
- Create API endpoints for users, organizations, clients, invoices
- Add PDF generation for invoices using ReportLab
- Add comprehensive documentation in README
2025-06-06 11:21:11 +00:00
Automated Action
388534ec6c Initial commit from template 2025-06-06 11:06:21 +00:00