This is a very badly written Node.js backend just to simulate an external credit score api, working with the loan app
npm install npm start
below command will build a docker image out of this project that will only exist in your local docker registry
docker build -t di-course/credit-score-service .
docker run --name credit-score-service -p 3000:3000 di-course/credit-score-service