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