mvn spring-boot:run (requires maven 3 and java8)
curl -X POST http://localhost:8080/[email protected]&personId=35&name=bruno
curl -X GET http://localhost:8080/people/35
curl -X GET http://localhost:8080/people?limit=0
curl -X DELETE http://localhost:8080/people/35
curl -X POST http://localhost:8080/products?productId=35&name=teste&price=2.30
curl -X GET http://localhost:8080/products/35
curl -X GET http://localhost:8080/products?limit=0
curl -X DELETE http://localhost:8080/products/35
curl -X POST http://localhost:8080/people/35/viewed/35
curl -X POST http://localhost:8080/people/35/added-to-cart/35
curl -X POST http://localhost:8080/people/35/bought/35
curl -X GET http://localhost:8080/people/35/actions?limit=0