Skip to content

klerick/nestjs-json-api

Repository files navigation

Json API plugins for NestJS framework

Tools to implement JSON API, such as, end point, query params, body params, validation and transformation response.

Installation

$ npm install
$ npm run typeorm:run
$ npm run seed:run

Running the example app

# dev server
$ npm run demo:json-api

License

The plugin is MIT licensed.