React application which visualizes version control data
Source code for Jani Koski’s Bachelor’s thesis.
A full stack Javascript application which visualizes version control data coming from Elasticsearch
The connection to Elasticsearch API is done by Jani’s Kibana username/pass via basic auth, which is defined in .env file.
So if you want to run the app locally, create a .env file to the project’s root and then ask Jani for the credentials.
After that it’s just a matter of running both server and client:
yarn install
yarn run server
Starts at localhost:4000
cd client && yarn install
yarn start
Starts at localhost:3000