Video Share and social media platform: A NestJS Monorepo project with Gateway and Microservices
$ npm install
-Set the credentials and parameters for given variables in .env file for local & docker, env-variables-k8.yml for kubernetes
# 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
Nest is MIT licensed.