minvws / nl-covid19-coronacheck-app-dgcg-integration

DGCG Integration code for CoronaCheck.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

COVID-19 Digital Green Certificate Gateway Integration

Introduction

This repository contains the implementation of the Dutch COVID-19 Digital Green Certificate Gateway integration

  • The app is located in the repository you are currently viewing.
  • The can be found here:

Local development setup

Prereqs

Nice to have

Prereq for linux/osx

We use two scripts to build and publish our code; by default these are not executable, so you need to make them executable.

Make the build script executable:

sudo chmod +x build.sh

Make the publish script executable:

sudo chmod +x publish.sh

Buidling and publishing the solution

We provide a build.bat (build.sh) and publish.bat (publish.sh) which build and publish the solution respectively.

Running the tool

See the readme.md in src/DigitalGreenGatewayTool for more info!

Development & Contribution process

The development team works on the repository in a private fork (for reasons of compliance with existing processes) and shares its work as often as possible.

If you plan to make non-trivial changes, we recommend to open an issue beforehand where we can discuss your planned changes. This increases the chance that we might be able to use your contribution (or it avoids doing work if there are reasons why we wouldn't be able to use it).

Note that all commits should be signed using a gpg key.

About

DGCG Integration code for CoronaCheck.

License:European Union Public License 1.2


Languages

Language:C# 98.7%Language:Batchfile 0.8%Language:Shell 0.5%