Nest studies repository.
Install and use NVM to set the correct Node.js version.
- installation guide: https://github.com/nvm-sh/nvm
In the root folder, run it:
nvm use
npm install
# development
npm run start
# watch mode
npm run start:dev
Run the application:
npm run start:dev
And access the docs endpoint: http://localhost:3000/api.
npm run start:prod
npm run test
npm run test:e2e
npm run test:cov
Nest is MIT licensed.