A progressive Node.js framework for building efficient and scalable server-side applications.
Nest framework TypeScript starter repository.
# add the GPG key
$ curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
# add the yarn repository
$ echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
# update the system and install yarn on Ubuntu
$ sudo apt update
$ sudo apt install yarn
# check out yarn's version
$ yarn –version
$ git clone https://github.com/The-GitHub-Training-Nest/upgraded-train-nest-prisma.git
$ yarn install
# development
$ yarn start
# watch mode
$ yarn start:dev
# production mode
$ yarn start:prod
$ nest build
# unit tests
$ yarn test
# e2e tests
$ yarn test:e2e
# test coverage
$ yarn test:cov
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.
- Author - Estevam
- Website - https://nestjs.com
- Twitter - @nestframework
Nest is MIT licensed.