You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
918 B

3 years ago
# Our Sejahtera Contact Tracing App
3 years ago
3 years ago
This app was created to serve the need for easy to use contact tracing. The app aims to collect the minimum amount of information while still having robust contact tracing.
3 years ago
## Usage
3 years ago
3 years ago
The app should work as such:
3 years ago
1. Anyone can log into the app using their Telegram account
2. They may present their QR code to be scanned by others, and they may scan other QR codes as well. These will be registered as _Contacts_
3. Users may report being tested positive with COVID19, and the app will inform all their _Contacts_
3 years ago
## Development
3 years ago
3 years ago
### Prerequisites
3 years ago
3 years ago
- NodeJS
- Yarn
3 years ago
3 years ago
### Building
3 years ago
3 years ago
- Use `yarn install` to install the necessary packages
- Use `yarn start` to start app in development mode in [http://localhost:3000](http://localhost:3000)
- Use `yarn build` to build an optimized app for production.
### .env
3 years ago
Don't forget to copy the .env.template to .env and fill in the values