A progressive Node.js framework for building efficient and scalable server-side applications.
Nest framework TypeScript starter repository.
$ npm install# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov- Install Node.js
- Recommended method is by using NVM
- Recommended Node.js version is v14.17
- Install Docker
Install all the dependencies:
npm ci
Copy the .env.sample file to .env
cp .env.sample .env
In the project directory, you can run:
Runs the NodeJs services in the development mode.
Open localhost:8085/graphql to view it in the browser or Postman.
The service will reload if you make edits.
Running the unit tests.
Running the test coverage.
Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.
Nest is MIT licensed.