- Domain Model: All main entities and relationships are defined.
- Repository Pattern: Interfaces for generic and specific repositories.
- EF Core Integration: DbContext, entity configurations, and initial migration are set up.
- Authentication, authorization, and user management
- API controllers and endpoints
- Concrete repository and Unit of Work implementations
- Business logic/services in the Services project
- Patient Controller & Service
This README reflects the current state of the project and will be updated as development progresses.