Skip to content

tzellman/nest-jsonapi-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nest Logo

An example Nest application that demonstrates the usage of the nestjs-jsonapi module.

Quick Start

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.

Contributing

See the Contributing guide for details.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published