Skip to content

Commit

Permalink
final editing
Browse files Browse the repository at this point in the history
  • Loading branch information
sivaramsingana authored Jun 11, 2021
1 parent 873cf6c commit 4ebfd52
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ Make sure you have installed mongodb in your RedHat OpenShift platform before tr

In this application, I had tried to create an employee management system which will do basic operations like adding employee, updating employee, removing employee etc.

# Working with Application

Now try to access application from a browser or use cUrl or Postman or any other support tool. I had used cUrl for this demo.

Expand All @@ -174,8 +175,8 @@ Use below command for adding employee
"name": "john",
"dept": "Techline",
"age": "28"
}
' http://mongo-collections-sivaram.apps.p1299.cecc.ihost.com/employee/add `
}'
http://mongo-collections-sivaram.apps.p1299.cecc.ihost.com/employee/add `

`Output/Response: {"id":"60af3e15f427b06c8c2d6430","name":"john","dept":"Techline","age":28}`

Expand Down Expand Up @@ -266,4 +267,7 @@ MongoDB Enterprise > db.employee.find()
MongoDB Enterprise >
```

# Note:
Snapshots are available for this application under snapshot directory.

# Thank you!!

0 comments on commit 4ebfd52

Please sign in to comment.