📘 Postman Documentation: https://documenter.getpostman.com/view/32279973/2sA3kPoPaq
This API allows users to manage their tasks, which are organized into categories for easier management. Users can create multiple categories, each containing tasks that can be shared publicly or kept private. Tasks can be either text tasks or list tasks.
-
Sign Up
-
Sign In
-
Create Category
-
Get All Categories
-
Get All Categories by Name
-
Get All Categories Sorted by Task's Shared Option
-
Filter Categories by Task's Shared Option
-
Update Category
-
Delete Category
-
Create Task
-
Get All Tasks for a Specific User
-
Filter Tasks by Category Name
-
Filter Tasks by Shared Option
-
Find All Tasks Sorted by Category Name
-
Find All Tasks Sorted by Shared Option
-
Update Task
-
Delete Task
- Node.js
- Express.js
- MongoDB
- Mongoose (ODM)
- Authentication