Skip to content
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.

Latest commit

 

History

History
10 lines (7 loc) · 231 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 231 Bytes

CovidPass API

API for generating a wallet pass from an official EU COVID-19 Vaccination Certificate QR code

Debug locally

docker build . -t covidpass-api
docker run --env-file .env -t -i -p 8000:8000 covidpass-api