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
Marvin Sextro 7fce889eb1 Add license 2021-06-26 15:39:04 +02:00
components Add Privacy policy and SEO 2021-06-26 14:22:53 +02:00
pages Add Privacy policy and SEO 2021-06-26 14:22:53 +02:00
public Add thumbnail 2021-06-26 14:40:15 +02:00
src Add basic error handling and color picker 2021-06-26 00:28:35 +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 Add web app to docker compose 2021-06-25 21:21:58 +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 Add Privacy policy and SEO 2021-06-26 14:22:53 +02:00
package.json Add Privacy policy and SEO 2021-06-26 14:22:53 +02: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 Initial commit 2021-06-25 12:18:25 +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