sgDashboard

##Available Interfaces

##Requirements This project uses the following dependencies:

  • NodeJS
  • Typescript
  • MongoDB
  • Redis

##How to install

The easiest way to get started is to clone the repository:

$ git clone git@github.com:shopgate/sgDashboard.git
$ cd sgDashboard

sgDashboard is completely written in Typescript. So we need to install Typescript first and transpile the code before we are able to run it

$ sudo npm install -g typescript
$ tsc 

##How to configure

Just copy the config.default.json to config.json and edit it:

$ cp config/default.json config/local.json
$ vi config/local.json