Skip to content

A Todo API service (created using Node.js -> ES6 Syntax) with which you can Create New Users (SignUp), Login/Logout, Create Todos, Read/Retrieve Todos (One/All), Update Todos (per Todo), Delete Todos (per Todo) etc. Note: Each Todo is associated with its Owner (Or Creator) User. And all CRUD operations on Todos are restricted to their owners. Fo…

Notifications You must be signed in to change notification settings

himakar-kolli/node-todo-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!!

About

A Todo API service (created using Node.js -> ES6 Syntax) with which you can Create New Users (SignUp), Login/Logout, Create Todos, Read/Retrieve Todos (One/All), Update Todos (per Todo), Delete Todos (per Todo) etc. Note: Each Todo is associated with its Owner (Or Creator) User. And all CRUD operations on Todos are restricted to their owners. Fo…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published