Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 590 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 590 Bytes

node-todo-api

  1. A Todo API service written in Node.js (ES6 Syntax) and created using Express Web Framework.
  2. Back-end Database server is set up using MongoDB (with Mongoose ODM).
  3. Authentication is implemented using JSON Web Tokens (jsonwebtoken npm module).
  4. Passwords are secured by implementing Hashing & Salting techniques on them using bcryptjs (npm module).
  5. Unit Tests are written using Mocha, Expect (Jest) & Supertest.
  6. Service has been deployed to Heroku Cloud Platform.
  7. And many more npm modules (like body-parser, lodash, validator etc..) were used as needed!!