Simple Task manager API for storing and managing tasks. Made with Node & Express. Data stored in mongoDB cloud.
- functionality to create update and delete user profiles, with an image avatar.
- functionality to create update and delete tasks, specific to the user.
- User authentication with JWT access tokens.
- Passwords hashed with bcryptjs.
- Automated emails for creation and deletion of users, using Twilio SendGrid API.
Front has not been developed yet.