Skip to content

Latest commit

 

History

History

backend

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Backend

You will need your own GitHub api key to access the GitHub's api via Octokit.

Save the API key to the .env file:

> cat .env
API_KEY=abcd1234

Getting Started

Install dependencies:

> yarn

Start server:

> yarn start