Start local playground

Demo

Pre-requisites

Clone repo

git clone git@github.com:bobypt/oauth-demo.git

Build all the services

./oauth.sh build

Start services locally

docker-compose up

Check service status

./oauth.sh health

Stop services

Ctrl + c on the shell where docker-compose is running

OR

docker-compose down