Skip to content

aishwa8141/certificate-registry

This branch is 77 commits behind Sunbird-Lern/certificate-registry:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a9dce0c · Aug 10, 2020

History

49 Commits
Apr 6, 2020
Apr 6, 2020
Apr 6, 2020
Apr 6, 2020
Apr 6, 2020
Aug 10, 2020
Aug 10, 2020
Oct 10, 2019
Oct 11, 2019
Apr 6, 2020
Oct 9, 2019
Oct 10, 2019
Aug 10, 2020
Oct 11, 2019
Oct 10, 2019
Apr 6, 2020
Oct 10, 2019

Repository files navigation

Certification-Service

1.In this Application , throw only org.sunbird.BaseException

Build

  1. Execute clean install mvn clean install

Run

  1. For debug mode,
    cd play-service
    mvn play2:dist
    mvn play2:run

  2. For run mode, cd play-service
    mvn play2:dist
    mvn play2:start

Verify running status

Hit the following Health check curl command

curl -X GET \ http://localhost:9000/health \ -H 'Postman-Token: 6a5e0eb0-910a-42d1-9077-c46f6f85397d' \ -H 'cache-control: no-cache'

And, a successful response must be like this:

{"id":"api.200ok","ver":"v1","ts":"2019-01-17 16:53:26:286+0530","params":{"resmsgid":null,"msgid":"8e27cbf5-e299-43b0-bca7-8347f7ejk5abcf","err":null,"status":"success","errmsg":null},"responseCode":"OK","result":{"response":{"response":"SUCCESS","errors":[]}}}

About

Service for issuing and managing certificates

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.8%
  • Other 0.2%