EpiLAMP is a software to manage decentralized infection testing. The goal is to Provide a cheap and reliable way of increasing mass testing, which can be implemented fast in a decentralized way. More information:
https://pad.riseup.net/p/DIY-SARS-CoV-2-testing
The frontend is an ionic app. To get setup read the ionic getting started here: https://ionicframework.com/getting-started/
Once ionic has been installed, you can run the app in a browser by running:
npm install (after first clone)
ìonic serve
from the prompt. Ionic allows you to modify the app whilst the server is running. You can see the changes instantly.
Ionic apps can be compiled and run as native apps on ios and android devices. Please use the ionic documentation for more instructions on how to do this.
Lead Developer Frontend: Peter Whitmore ([email protected])
link to backend git clone https://github.com/Maxiking1011/diy-sars-cov-2-testing-backend.git
two local express.js based servers are available for creating and developing 'mock' backend services for testing. To run those, change to the folder (name prefix lcl) and type:
npm install
npm start