Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.18 KB

README.md

File metadata and controls

32 lines (26 loc) · 1.18 KB

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.