Users should be able to create fetch requests that allow users to create, read, update, and delete boards, columns, and tasks.
Clone the repository:
git clone https://github.com/Nat-crit20/Kanban_API.git
When creating a new Task or updating one be sure to use this format:
{
"Title": "Task Title",
"Description": "task description...",
"SubTasks": ["Subtask 1", "Subtask 2"],
"Status": {
"name": "In Progress",
"columnID": "newColumnID"
}
}
For a list of all the endpoints go to the Documentation
- Node.js
- Express.js
- MongoDB
- Passport
- Website - Nathan Greuel