Skip to content

Unified-Learner-Passbook/Cred-Schema-MS

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published