- Download project and extract it.
- Open project in IntelliJ IDEA or Eclipse.
- Run the project.
- You can get results folowing these routes.
GET ALL USERS : http://localhost:8080/api/users
GET SINGLE USER : http://localhost:8080/api/users/mongoObjectId
INSERT USER : http://localhost:8080/api/users/ @PutMapping
UPDATE USER : http://localhost:8080/api/users/ @PostMapping
DELETE USER : http://localhost:8080/api/delete/mongoObjectId