Skip to content

visminer/visminertd-client

Repository files navigation

VisminerTD Client

Overview

This is the REST client of the VisminerTD project. The main objective of this client is to provide a interface between the RepositoryMiner and VisminerTD project.

Getting started

Clone the repository:

git clone https://github.com/visminer/visminertd-client.git
cd visminertd-client

Install NodeJS: https://nodejs.org/en/download/package-manager/

Install the dependencies:

npm install

Start the server:

ng serve

The client will be available on http://localhost:4200/

You will need MongoDB installed and a project analyzed by RepositoryMiner. For more informations about the RepositoryMiner see https://github.com/visminer/RepositoryMiner.