mirror of
https://github.com/admin-ch/CovidCertificate-Management-UI.git
synced 2026-08-25 20:54:24 +00:00
Read-only mirror of https://github.com/admin-ch/CovidCertificate-Management-UI — Bundesamt für Informatik und Telekommunikation. Issues & pull requests at the source.
- TypeScript 83.2%
- HTML 14.4%
- SCSS 2.2%
- JavaScript 0.2%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
|
||
| .github/workflows | ||
| scripts | ||
| src | ||
| tests | ||
| .browserslistrc | ||
| .editorconfig | ||
| .eslintrc.json | ||
| .gitignore | ||
| .npmrc | ||
| .prettierrc | ||
| angular.json | ||
| babel.config.js | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.app.json | ||
| tsconfig.json | ||
| tsconfig.spec.json | ||
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