You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a Nodejs-based Task-Manager Application backend project with CRUD operations. MongoDB is used to store user and user's task, jsonwebtoken based Authorization is used and jest for testing. One can create a user and store the user's task in data. Express.js framework is used to manage servers and routes.