November 2018
Intermediate to advanced
404 pages
10h 16m
English
It's also a good idea to test whether the web app is working properly by using a third-party HTTP client tool. Use curl to create a HTTP GET request at the same endpoint:
$ curl http://localhost:8080/api/journal
If the web app is working, you should be able to retrieve the JSON objects as a result.
Read now
Unlock full access