Contains source code for the backend service API, which provides data to CovidSafe client applications.
Build + Unit Test Pipeline:
Compliance Pipeline:
Compilance Scans include:
- BinSkim
- CredScan
- PoliCheck
- Scans source code for words/phrases which may be insensitive.
- Roslyn Analyzers
Web API project which contains controllers for each endpoint.
Data Access Layer project which has the actual database interaction (repositories, etc.) and service layer classes.
Library with all entity types used across the other projects.