Skip to content

arifk2/mongo-db-atlas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mongo-db-atlas

Mongo database atlas with AWS

To save the data to the database.

http://localhost:8080/task
Request Body:
{
"assignee": "Arif Khan",
"priority": "2",
"description": "Implement Spring Security"
}

To get the list of task from the database.

http://localhost:8080/task/

To get the list of task based on the assignee.

http://localhost:8080/task/{assignee}

To get the list of task based on the priority.

http://localhost:8080/task/priority/{priority}

To update the task

http://localhost:8080/task/
{
"id": "9c204a08",
"assignee": "Arif Khan",
"priority": "3",
"description": "Add Payment functionality"
}

To delete the task from the database

http://localhost:8080/task/taskId

image

About

Mongo database atlas with AWS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages