This app allows patients to do a questionnaire to evaluate their symptoms regarding COVID-19. Then patients can get an appointment with an examination center and submit their answers via a QR-Code. The patients also get feedback regarding their test results in this app.
This application was created in the context of the WirVsVirus Hackathon of the German Government
- Download the installer for Node LTS.
- Install the ionic CLI globally:
npm install -g ionic - Clone this repository:
git clone https://github.com/ionic-team/ionic-conference-app.git. - Run
npm i -g cordovato install Cordova globally - Run
npm installfrom the project root. - Run
ionic servein a terminal from the project root. - Profit. 🎉
Note: See How to Prevent Permissions Errors if you are running into issues when trying to install packages globally.
See CONTRIBUTING.md 🎉👍
- Un-comment these lines
- Run
npm run ionic:build --prod - Push the
wwwfolder to your hosting service
- Run
ionic cordova run android --prod
Apple Device is required
- Run
ionic cordova run ios --prod

