Nest based CRUD APIs for handling the schemas of different verifiable credentials used for implementing the Unified Learner's Passbook in the state of Uttar Pradesh, India.
$ npm install
OR
$ npx yarn
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
OR
# development
$ npx yarn run start
# watch mode
$ npx yarn run start:dev
# production mode
$ npx yarn run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
OR
# unit tests
$ npx yarn run test
# e2e tests
$ npx yarn run test:e2e
# test coverage
$ npx yarn run test:cov
- Authors - Yash Mittal and Chakshu Gautam
- Website - https://nestjs.com
Nest is MIT licensed.