Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.

bepronetwork/microservice-github

Repository files navigation

microservice-github

Microservice that connects github information with the Smart Contract of the Network

Local Dev

Start postgresdb on docker

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

Install nodemon (if needed)

npm install -g nodemon

Run microservice

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/

About

Microservice that connects github information with the Smart Contract of the Network

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published