robinminto / covid19-app-system-public

COVID19 app backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NHS COVID-19 App System

This is the system repository for the NHS COVID-19 App System that uses the Google/Apple exposure notification API.

It includes:

  • The architecture guidebook for the complete CV-19 App System
  • The API contracts for all exposed endpoints based on a small number of patterns.
  • The provisioning scripts for the development environment
  • The scripts that setup the target environment and deploy the application code
  • The implementation of all services required to collect data and interact with the mobile devices and external systems
  • The code to automate build, deployment and test of the services

Environment provisioning

Infrastructure

The code to target environment provisioning is put under the src/aws directory.

Development

The development environment is available as a docker container image. This should be used to perform all automated tasks, including deployment of target environments. Instructions on usage

About

COVID19 app backend

License:Other


Languages

Language:Java 43.7%Language:Kotlin 20.3%Language:HCL 20.2%Language:Ruby 13.6%Language:Python 1.1%Language:JavaScript 0.7%Language:Dockerfile 0.3%Language:Shell 0.1%Language:Makefile 0.0%