Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

admin-ch/CovidCertificate-Management-UI

Folders and files

NameName
Last commit message
Last commit date
Nov 21, 2022
Oct 25, 2021
Mar 20, 2023
Sep 1, 2022
Sep 16, 2021
Nov 11, 2022
Nov 11, 2022
Nov 11, 2022
May 31, 2021
Nov 11, 2022
May 31, 2021
Aug 29, 2022
Dec 8, 2022
May 31, 2021
Mar 14, 2023
Mar 15, 2023
Nov 11, 2022
Nov 11, 2022
May 31, 2021

Repository files navigation

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 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