Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 1.19 KB

README.md

File metadata and controls

35 lines (20 loc) · 1.19 KB

CovidSafe Backend API

Contains source code for the backend service API, which provides data to CovidSafe client applications.

Build Status

Build + Unit Test Pipeline:

Build status

Compliance Pipeline:

Build status

Compilance Scans include:

Organization

CovidSafe.API

Web API project which contains controllers for each endpoint.

CovidSafe.DAL

Data Access Layer project which has the actual database interaction (repositories, etc.) and service layer classes.

CovidSafe.Entities

Library with all entity types used across the other projects.