Mongo database atlas with AWS
http://localhost:8080/task
Request Body:
{
"assignee": "Arif Khan",
"priority": "2",
"description": "Implement Spring Security"
}
http://localhost:8080/task/{assignee}
http://localhost:8080/task/priority/{priority}
http://localhost:8080/task/
{
"id": "9c204a08",
"assignee": "Arif Khan",
"priority": "3",
"description": "Add Payment functionality"
}