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:13
After that
docker start github-db
npm install -g nodemon
Copy .env.example to .env
cp .env.example .env
and fill the missing settings Then:
npm start
Check if it's working at: http://localhost:3005/