|
feat: pydantic schemas and CRUD operations with tests
- Added ContactCreate and ContactResponse schemas - Implemented create_contact CRUD function - Updated config to use lazy Settings loading - Fixed Pydantic V2 validator syntax (field_validator) - Added email-validator dependency - All tests passing (5/5) |
|---|
|
|
| app/config.py |
|---|
| app/crud.py 0 → 100644 |
|---|
| app/schemas.py 0 → 100644 |
|---|
| requirements.txt |
|---|
| tests/test_crud.py 0 → 100644 |
|---|
| tests/test_schemas.py 0 → 100644 |
|---|