$ npm install
# development
$ npm run dev
# production
$ npm run start
docker-compose up
npm run build
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
# run tests in local
$ npm run test:local
# run e2e tests in local
$ npm run test:local-e2e
# will list down all commands related with database.
$ npm run console:dev db
- Swagger documentation endpoint will be running at
/api
.
# first start minikube
minikube start
# deployment
kubectl apply -f k8s/
# get endpoint of k8s cluster
minikube service nestjs-starter-service
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.