3 Commits

Author SHA1 Message Date
Automated Action
07cab453ac Fix module import error in dependencies
- Update models/__init__.py to properly export model classes
- Fix the AttributeError when referencing models.User in app/api/deps.py
- Ensure proper re-exports to satisfy linting requirements
2025-06-17 19:09:39 +00:00
Automated Action
5da770418f Fix email validation dependency issue
- Add email-validator to requirements.txt
- Add fallback email validation for user and supplier schemas
- Implement graceful handling when email-validator is not installed
2025-06-17 19:05:26 +00:00
Automated Action
a17fe518a9 Implement Small Business Inventory Management System
This commit includes:
- Project structure setup with FastAPI and SQLite
- Database models and schemas for inventory management
- CRUD operations for all entities
- API endpoints for product, category, supplier, and inventory management
- User authentication with JWT tokens
- Initial database migration
- Comprehensive README with setup instructions
2025-06-17 19:02:35 +00:00