Skip to content

SamagraX-RCW/schema

Repository files navigation

Tests

Credential Schema Microservice

Description

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.

Installation

$ npm install

OR

$ npx yarn

Running the app

# 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

Test

# 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

Stay in touch

License

Nest is MIT licensed.

Reference Links