Repository where I'll put part of my Jakarta EE studies.
- JDK 13
- Jakarta EE 8
- JNoSQL 0.0.9
- Maven 3.6
- MongoDB
To run properly the API, you'll need to have running a MongoDB instance on the default properties: localhost:27017
.
Feel free to change the jnosql.json
file if there's a need to use another configuration.
mvn liberty:dev
http://localhost:9080/stores/api/health
return the health check.
http://localhost:9080/stores/api/store/{store_name}
persist a new store on MongoDB.
http://localhost:9080/stores/api/store/0/{store_id}
return the store.