Project to use follow api for the github
What things you need to install the software and how to install them
setup gradle
java version 1.12
This project is a pass through to get git hub user followers. To use this project update your API_TOKEN in common/constants.js. Github allows you to use the api without token. But there is a limit to use apis for more information refer https://developer.github.com/v3/#rate-limiting
A step by step series to run the test casee
Say what the step will be
cd %PROJECT_HOME%/
./gradlew clean build
run
./gradlew run
Use any http client such as curl, postman etc http://localhost:3000/followers/:githubuser?level API gives the flexibility to change the level from 3 to any level. API response depends on the response from github follow api.