An example Nest application that demonstrates the usage of the nestjs-jsonapi module.
npm install
npm start
This starts a server in "watch" mode, serving on port 1337
.
An example endpoint is: http://localhost:1337/api/photos
You will want to use a tool like Postman to make your requests, because you will need to set the Accept
header to application/vnd.api+json
in order to see the results in JSONAPI
format.
See the Contributing guide for details.
This project is licensed under the MIT License.