Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 234 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 234 Bytes

nest-test

Description

Nest+JSONAPI+ORM test task

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
npm run start:prod