Questa web app offre la possibilità di aggiungere i vostri certificati di vaccinazione digitale Covid dell'UE come pass nelle vostre app preferite di wallet su iOS/watchOS o Android/wearOS.
Go to file
Sören Busse 742e1c4b31
Merge pull request #14 from covidpass-org/dev
Merge development version into main
2021-06-28 23:50:53 +02:00
.github/workflows Wrong folder for action 2021-06-28 22:30:39 +02:00
components Changes regarding C# backend 2021-06-28 20:33:58 +02:00
pages Load API_BASE_URL from backend 2021-06-28 21:58:07 +02:00
public Updated thumbnail 2021-06-27 01:50:04 +02:00
src Wrong boolean value 2021-06-28 23:45:00 +02:00
.dockerignore Initial commit 2021-06-25 12:18:25 +02:00
.gitignore Initial commit 2021-06-25 12:18:25 +02:00
Dockerfile Initial commit 2021-06-25 12:18:25 +02:00
LICENSE Add license 2021-06-26 15:39:04 +02:00
README.md Add thumbnail 2021-06-26 14:40:15 +02:00
docker-compose.yml Fix https redirect 2021-06-27 00:39:19 +02:00
next-seo.config.js Add Privacy policy and SEO 2021-06-26 14:22:53 +02:00
next.config.js Initial commit 2021-06-25 12:18:25 +02:00
package-lock.json Adjust privacy policy to new process 2021-06-28 16:27:04 +02:00
package.json Support manifest only signing 2021-06-27 17:29:29 -07:00
postcss.config.js Initial commit 2021-06-25 12:18:25 +02:00
server.js Initial commit 2021-06-25 12:18:25 +02:00
tailwind.config.js Design polish etc. 2021-06-28 18:17:16 +02:00

README.md

CovidPass

CovidPass

Web app for adding EU COVID-19 Vaccination Certificates to your wallets

The API can be found here.

Setup

npm install
npm install -g nodemon

Debug locally

nodemon -w server.js server.js

Build and run the container

docker build . -t covidpass
docker run -t -i -p 3000:3000 covidpass