docker-compose up --build -d
docker pull node:16.15-bullseye
docker ps
docker exec -it <getting-started-library_1 id> bash *or* sh
npm start
ctrl c
./test/run-tests.sh
Enter npm start again to clear database if running tests a second time.
exit
docker-compose down
201
201
201
201
201
a string with the contributor id
a string with the contributor's name (github login)
a boolean
a string of either closed open or merge
a string of 1000000
a string of the amount of tokens a user has in the given repo
a string of the total number of votes against a pull request
a string of the total number of votes against a pull request
status of pr for a repo, string either open close or merge \*same as getPRStatus
a string representing the repo's quorum. default is ".34"
204