1.0.0 • Published 4 years ago

node-api-design v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

Node.js starter

starter application for Node.js to start development, it offeres secured and configured middleware routers using JWT, error middlware handler, mongodb models, mongo connection and logger. with tested APIs.

Technologies used

  1. Node.js
  2. Express
  3. Mongoose ORM
  4. MongoDB
  5. Lodash
  6. Morgan middleware
  7. Body praser
  8. JWT
  9. Supertest, Chai and Mocha

Environment variables

  1. NODEENV (development, production, test)
  2. NODEPORT

How to use it?

  1. Install node.js
  2. Clone the repo
  3. Open the terminal and go to the code root folder
  4. Type on terminal npm install
  5. Type on terminal npm start