NHS COVID-19 App System
This is the repository for the NHS COVID-19 App System, a contact tracing solution that leverages the Google/Apple Exposure Notification (GAEN) API.
The repository includes:
- The architecture guide for the complete COVID-19 App System
- The API contracts for all exposed service endpoints, based on a small number of patterns
- The development environment scripts that set up the development environment used to perform all automated tasks, including the deployment of the target environments
- The target environment scripts that set up the target environments and deploy the application code
- The build scripts and pipelines for the build system that automates the building, deploying, testing and releasing of the services
- The implementation of the services, including unit, contract and smoke tests