Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 245 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 245 Bytes

contact-tracer-backend

Backend for ContactTracer App

Setup

Set the following environment variables

MONGO_DB_URI = "<MongoDBConnectionUri>"
JWT_SECRET = "<Base64 Encoded JWT Secret>"

Usage

 npm install
 node server.js