Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 804 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 804 Bytes

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications, heavily inspired by Angular.

Description

Basic example of a Rest API using Nest framework TypeScript starter repository.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Stay in touch