Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 662 Bytes

readme.md

File metadata and controls

28 lines (21 loc) · 662 Bytes

Vaccine Converter

Also known as Mobile Covid Pass

Goal of the project

The sole idea behind this project was to have a simple website for people to upload their digital green certificate in any shape or form, and get an option to add it to their mobile wallets like apple wallet or google pay.

Mobile passes photo

Technical implementation

The service is created in Spring boot with React frontend.

Launching frontend

cd frontend
yarn install
yarn start

Launching backend

./gradew bootRun

Building a package

./build.sh