Nest based CRUD APIs to, claim, sign and generate shareable verifiable credentials. This repository is intended to be used with the Unified Learner's Passbook project 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
OR
# Run tests in container from services/credential-service folder
$ make test
# Run tests in container from base folder
$ make -C services/credentials-service test
- Author - Yash Mittal and Radhay Anand
Nest is MIT licensed.