To run the program:
- install go
- Add go to path env
- cd into the path of where main.go is located and execute "go run main.go". This should create an output.json file with the information
To run the e2e test:
- cd into the api module
- execute "go test"
Bugs:
- The relevance computation is not working as expected
todos:
- Add unit tests by creating a mock client (this can't be properly completed until the relevance computation is fixed)