A MEAN application that aims to collect important metrics out of Git repositories.
OBS: To run this project, you'll need the latest Node.JS version installed.
Clone this repository with git clone
and then run the following commands:
cd server
npm install
cd ../git-project
npm install
Now you're ready to go!