Skip to content

Latest commit

 

History

History

backend

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Backend

This is the backend of the Github Measurement app. It uses @octokit/rest to get information from the github api.

Before running

Install the latest version of mongodb and ensure it's running on localhost.

$ sudo service mongod start

Install the node modules with:

$ npm install

Running

Run the server using:

$ npm start