An Ionic and Angular implementation for scanning and verifying EU Digital Covid Certificates.
To install the local dependencies run:
$ npm installUse ionic serve to run the app in the browser
- Edit
src/environments/environment.tsand/orsrc/environments/environment.prod.tsand changeversion. - Run
ionic build - Run
npx cap add android - Run
npx cap sync - Edit
android/app/src/main/AndroidManifest.xmland add:
<uses-permission android:name="android.permission.CAMERA"/>
- Edit
android/app/build.grandleand set the version. E.g.:
versionName "1.0.0"
- Run
npx cap open androidto open the app in Android Studio. - In Android Studio: Build -> Build Bundle(s)/APK(s) -> Build APK(s)
Source:
Integration test are in place with Cypress. Read more on how to setup and run Cypress tests.
Copyright (c) 2022 Stavros Kounis (Directorate-General CONNECT), Sofia Atsalou and all other contributors
Licensed under the EUROPEAN UNION PUBLIC LICENCE v. 1.2 (the "License"); you may not use this file except in compliance with the License.
You may obtain a copy of the License at https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12.
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the LICENSE for the specific language governing permissions and limitations under the License.