Install dependencies
npm install
Run server
- optional ENV VARs:
SENTRY_DSN
PORT
npm run api
Execute example scenarios
- optional ENV VARs:
PORT
Send multiple authenticated requests in parallel:
npm run requests:parallel
Sequentially sends two requests: first an Unauthenticated request, followed by an Authenticated request:
npm run requests:simple