Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 388 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 388 Bytes

Github proxy API

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/

Getting Started

  1. Clone the repository.
  2. Inside the main folder of the project (not the 'server' folder), run npm install.
  3. Rename the .env.example file to .env.
  4. Fill in the .env file with the requested information.