CovidCertificate-Management-UI

The management UI allows the authorized user to create and revoke a COVID certificate. It allows also an authorized to generate an OneTime password.

This project is released by the the Federal Office of Information Technology, Systems and Telecommunication FOITT on behalf of the Federal Office of Public Health FOPH.

Technical information

This repository contains everything to build & test the project. Each tag corresponds to a release done internally by the FOITT.

Prerequisites

  • GIT
  • nodejs & npm
  • AngularCli installed globally: npm i -g @angular/cli

Setup the environment

  • Install project dependencies: npm ci
  • Start the project: npm start
  • Test the project: npm test