Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Latest commit

 

History

History
38 lines (26 loc) · 808 Bytes

File metadata and controls

38 lines (26 loc) · 808 Bytes

ORA-Dashboard

Overview

This Dashboard is a Node.js Dashboard to see the transfers between the client and the server as well as graphs within for the project Dashboard of the Operational Research Api.

Prerequisites

Getting Started

Make sure you have run mongodb and server before continue :

  • Mongodb :
docker pull fvansteene/mongodb
docker run -d -p 27017:27017 --name mongodb fvansteene/mongodb
  • Server :
docker pull fvansteene/roapi
docker run -d -p 50051:50051 --link mongodb --name ros fvansteene/roapi
  • Now you can run this following commands :
docker pull fvansteene/dashboardroapi
docker run -d -p 3000:3000 --name dashboard --link mongodb fvansteene/dashboardroapi