Skip to content

Latest commit

 

History

History
52 lines (40 loc) · 1.81 KB

README.md

File metadata and controls

52 lines (40 loc) · 1.81 KB

NPM Version Package License NPM Downloads Commitizen friendly Coverage Badge

Json API plugins for NestJS framework

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

  • json-api-nestjs - plugin for create CRUD overs JSON API
  • json-api-nestjs-sdk - tool for client, call api over json-api-nestjs
  • json-api-nestjs-acl - tool for acl over json-api-nestjs(coming soon...)

Installation

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

Running the example app

# build plugin
$ npm run json-api-nestjs:build

# dev server
$ npm run example:serve

Test

# unit tests
$ nx test json-api-nestjs

# test coverage
$ nx test json-api-nestjs --coverage

License

The plugin is MIT licensed.