2 Commits

Author SHA1 Message Date
Automated Action
6330360ba1 Fix alembic migration Python path issue in env.py
- Added sys.path modification to ensure app module can be found
- Fixed imports to follow proper order
- Removed unused os import
2025-05-26 17:46:11 +00:00
Automated Action
77865dae90 Setup complete FastAPI backend with user authentication, client management, and invoice generation
Features:
- User authentication with JWT
- Client management with CRUD operations
- Invoice generation and management
- SQLite database with Alembic migrations
- Detailed project documentation
2025-05-26 17:41:47 +00:00