This project demonstrates simple use of REST API to create a todo app and store in database with authentication and authorization features encorporated using JWT.
Project is created in NodeJs including libraries like:
- mongodb: 3.6.3
- mongoose: 5.11.4
- express: 4.17.1
- jsonwebtoken: 8.5.1
To run this locally, install npm
- $npm install
- $npm run start
- Install POSTMAN.
- Connection Link: https://task-manager-api.herokuapp.com
- One can now Create User, Update User, Login User, Delete User, Create Task, Update Task, Remove Task