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

OperationalResearchProject/Board

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple board to visualize data of the grpc api

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •