Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1 KB

File metadata and controls

36 lines (27 loc) · 1 KB

Web Server for TruSense

This webserver is deployed on Render and has the following endpoints:

Installation

  1. Clone and install dependencies
npm i
  1. Set environment variables
HEDERA_OPERATOR_ID="0.0...."
HEDERA_OPERATOR_KEY=
SENDGRID_API_KEY=
MAIL_SENDER="<a sendgrid verified email address>"
DATABASE_URL="postgresql://..."
  1. Start server
npm run start