1.4.0
- Updated .NET version to .NET 5.
- Updated AutoMapper, Entity Framework Core, and Swashbuckle dependencies to match .NET 5.
- Created BaseApiController class to standardize routes and to automatically apply data annotations validation by using the ApiController attribute.
- Refactored logic to seed database data and to apply entity type configuration for application models.