ngmikeng / node-rest-auth-exp

Repository from Github https://github.comngmikeng/node-rest-auth-expRepository from Github https://github.comngmikeng/node-rest-auth-exp

Node Rest API Authentication Experimental

  • Authentication experimental with node/expressjs
  • References

Dependencies

  • Authentication: jsonwebtoken, express-jwt.
  • Validation: express-validation, joi.
  • Log: winston.
  • ODM: mongoose.
  • Promise: bluebird.
  • Unit test: mocha, supertest.
  • Others: dotenv, cors, helmet...

API Info

Get started

  • Typescript >= 2.7.
  • Install packages npm
$ npm install 
  • Add file .env
$ cp .env.sample .env
  • Build and run
$ npm run start
  • Watch files & auto build
$ npm run watch

License

MIT

About

License:MIT License


Languages

Language:TypeScript 96.6%Language:HTML 3.4%