Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 226 Bytes

File metadata and controls

17 lines (12 loc) · 226 Bytes

API Gateway

Build & Run

$ npm install
$ npm start

Additional Requirements

make sure the environment variables are set up properly

export JWT_SECRET=<secret>
export HMAC_SECRET=<secret>