Microservice that connects github information with the Smart Contract of the Network
First time
docker run -d --name github-db -p 54320:5432 -e POSTGRES_PASSWORD=github -e POSTGRES_DB=github -e POSTGRES_USER=github postgres:13After that
docker start github-dbnpm install -g nodemonCopy .env.example to .env
cp .env.example .envand fill the missing settings Then:
npm startCheck if it's working at: http://localhost:3005/