- 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!!
-
Notifications
You must be signed in to change notification settings - Fork 0
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…
himakar-kolli/node-todo-api
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 0
No packages published