My code is relatively simple. It just adds a person by name. If the same person is added again it deletes current one and readds it. So for example if I add a node with {name: "bob"} twice with localhost:8080/addPerson
There would only be a single bo...