3 Commits

Author SHA1 Message Date
Automated Action
8a3b2de2be Fix missing email-validator dependency
- Add email-validator==2.1.0.post1 to requirements.txt
- Resolves ImportError when using EmailStr in Pydantic schemas
- Required for proper email validation in user endpoints

Co-Authored-By: BackendIM <noreply@backendim.com>
2025-06-18 08:02:37 +00:00
Automated Action
d84f05f712 Create FastAPI REST API service with user management
- Set up FastAPI application with proper project structure
- Configure SQLite database with SQLAlchemy ORM
- Implement user model with CRUD operations
- Add Alembic for database migrations
- Create comprehensive API endpoints for user management
- Configure CORS middleware for cross-origin requests
- Add health check endpoint and service information
- Set up Ruff for code linting and formatting
- Update README with complete documentation

Co-Authored-By: BackendIM <noreply@backendim.com>
2025-06-18 07:32:46 +00:00
Automated Action
baa270da30 Initial commit from template 2025-06-18 07:26:30 +00:00