1. issuance-service → https://github.com/Hodazia/kubecredentials/tree/main/issuance-service
  2. verification-service → https://github.com/Hodazia/kubecredentials/tree/main/verification-service

So, I have already dockerized the API’s and is running on EC2 instance, and have done DNS configuration with reverse proxy via nginx as well as done certificate management to make the API’s secure over https

issuance-service → https://issuance.zia-hoda.org/

verification-service → https://verification.zia-hoda.org/

Local Development Setup

So if u want to start the backend micro services on the local system , do the following

WITHOUT DOCKER

  1. First do cloning of repo,