Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vietj/vertx-4-hibernate-reactive-demo

Conf demo
https://github.com/vietj/vertx-4-hibernate-reactive-demo

Last synced: about 2 months ago
JSON representation

Conf demo

Awesome Lists containing this project

README

        

## Demo

### Running Postgres

```
docker run --name some-postgres --rm -e POSTGRES_DB=postgres -e POSTGRES_USER=postgres -e POSTGRES_PASSWORD=vertx-in-action -p 5432:5432 postgres
```

### Testing

```
curl -X POST -H "Content-Type: application/json" -d '{"id":"spoon","name":"Spoon","price":1.0}' http://localhost:8080/products

curl http://localhost:8080/products

curl http://localhost:8080/products/1
```