- Navigate to
resources/3.4
viacd resources/3.4
. - Install dependencies via
npm i
. - Start server via
node server.js
.
All tasks are using a single resource at http://localhost:8080`.
- Find out what the default content type is of the resource.
- Request for the resource in the following content types:
- JSON-LD
- HTML
- What responses did you get and why? You can look into the server code if needed.