Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 472 Bytes

readme.md

File metadata and controls

33 lines (20 loc) · 472 Bytes

Description

A simple demo REST API project including wiring for TypeORM to MSSQL and a simple configuration service, based on NestJS framework.

Installation

$ npm install

Running the app

To start the API in VSCode debug + watch mode: press F5

# development
$ npm run start

# watch mode
$ npm run start:dev

# debug mode
$ npm run start:debug

# production mode
$ npm run start:prod

License

Nest is MIT licensed.