A Express App (Node.js) proxy API to get Users and Repos from Github's API. You can learn more at: https://developer.github.com/v3/
- Clone the repository.
- Inside the main folder of the project (not the 'server' folder), run
npm install
. - Rename the
.env.example
file to.env
. - Fill in the
.env
file with the requested information.