Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 389 Bytes

File metadata and controls

20 lines (15 loc) · 389 Bytes

Web API Example with OAuth2 and JWT authorization on NodeJS + Typescript

This project was created in order to show programming skills of JS engineers from Jelvix.

Build

npm run-script start

or

gulp && NODE_ENV=development PORT=4000 dist/main.js

Also it can be run with pm2

pm2 start run-config.json

Note: FOR CODE DEMONSTRATION ONLY.