woliveiras / hello-nest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

Nest studies repository.

Before all

Install and use NVM to set the correct Node.js version.

In the root folder, run it:

nvm use

Installation

npm install

Running the app

# development
npm run start
# watch mode
npm run start:dev

Documentation (openapi)

Run the application:

npm run start:dev

And access the docs endpoint: http://localhost:3000/api.

production mode

npm run start:prod

Test

unit tests

npm run test

e2e tests

npm run test:e2e

test coverage

npm run test:cov

License

Nest is MIT licensed.

About


Languages

Language:TypeScript 86.1%Language:JavaScript 13.9%