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 cordova
to install Cordova globally - Run
npm install
from the project root. - Run
ionic serve
in 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
www
folder to your hosting service
- Run
ionic cordova run android --prod
Apple Device is required
- Run
ionic cordova run ios --prod