This is a fully functional Note Taking App with Node.js and Express.js used to write APIs for backend. This app supports CRUD operations for user’s notes. Note that a user has to be logged in to get access to their notes. So its supports proper authentication for a user and JWT token is used for proper authentication. Also for the security of user’s data, while signing up, password is made secured using bcrypt.js package.