Sample project for Incident REST API
- Load
IncidentApi.sln
into the IDE - Build the solution
- Optionally add more data files to
src/Sample.Incident.WebApi/bin/Debug/netcoreapp2.2/data
- Set
Sample.Incident.WebApi
as a startup project - Press F5
- Load
IntegrationTests.sln
into the IDE - Build the solution
- Make sure the API is running as described above
- In the menu select
Test -> Run -> All Tests
- Add logging
- Add Open API specifications and Swagger UI
- Possible retries for weather API
- Remove hard-coded secret
- Compose docker image
- Better test coverage
- Complete incident object model
- Service independent weather model