• Stars
    star
    1
  • Language
    JavaScript
  • Created over 4 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This is an Application Programming Interface (API) that authenticates user on login and also register and update user profile. It makes use of sendgrid service to send mail on registration of a particular user and allows user to create and edit tasks that they have created . Security is added such that all password are hashed using bcrypt and user can only see task that they have created.