Using Agrest 4.x with Agrest with JAX-RS API, Apache Cayenne backend and Apache Derby DB.
- Java 17 or newer.
- Apache Maven.
mvn jetty:run
Navigate to http://127.0.0.1:8080/api/category
curl -i -X POST 'http://127.0.0.1:8080/api/category' \
-d '{"name":"SciFi","description":"Science Fiction Books"}'
curl -i -X GET 'http://127.0.0.1:8080/api/category'