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.
 
 
 
Nareshkumar Rao e2a8454546
Merge pull request #6 from naresh97/development
3 years ago
public change page titles 3 years ago
src ran linter 3 years ago
.env.template -added privacy notice 3 years ago
.gitignore implemented telegram login 3 years ago
.prettierrc Initialize project using Create React App 3 years ago
.prettierrc.json added user creation 3 years ago
LICENSE Create LICENSE 3 years ago
README.md formatting 3 years ago
package.json Merge branch 'master' into feature/telegramLogin 3 years ago
yarn.lock Merge branch 'master' into feature/telegramLogin 3 years ago

README.md

SSR Contact Tracing App

This app was created to serve the need for easy to use contact tracing.

Usage

The app should work as such:

  1. Group/Organization leaders will be created an account on the app.
  2. Upon logging in, they will see a QR code that they can display
  3. Their members can scan this QR code, in order to create their own accounts. This way, there each member has a "parent" member, and all memberships can be traced.
  4. Upon creating their account, new members will also have a QR Code they can display.
  5. Other members can scan each other QR codes in order to register a Contact in the backend.
  6. All Contacts between members can be retrievable from the backend at a later time.

Development

Prerequisites

  • NodeJS
  • Yarn

Building

  • Use yarn install to install the necessary packages
  • Use yarn start to start app in development mode in http://localhost:3000
  • Use yarn build to build an optimized app for production.

.env

Don't forget to copy the .env.template to .env and fill in the values