Execute the following command in your terminal to run the app:
dotnet run --project TraineeTemplate.Api
Open Swagger Docs: https://localhost:7100/swagger/index.html
Or alternative ReDoc: https://localhost:7100/docs-v1/index.html
- Swagger UI
- API Versioning
- Global Exception Handler
- Model mapping (using Mapster)
- Logging (using NLog)
- Entity Framework Core