T

TaskManager API

An API where users can login, logout, add/ delete/ update their tasks, email sending, upload files, add profile photo, etc.

85

The problem TaskManager API solves

Provides a medium of effectively managing a user's tasks with the following features:
~ The user is notified about any changes made to his/her account/tasks via email
~ User account authorization to ensure that the user's data cannot be misused by any unauthorized medium
~ Supports uploading of files( PDF's, images, txt ) such that user can access them in the future
~ Basic CRUD functionality for user tasks

Discussion