Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 741 Bytes

File metadata and controls

32 lines (19 loc) · 741 Bytes

Dockerboard

Simple dashboards, visualizations, managements for your dockers.

Development

Currently it's very simple.
Yes, we need Dockerfile. :)

Install npm & bower packages

cd client/
npm install
bower install

cd ../
go get ./..
go run dockerboard.go

Build With

  • negroni — Our back end API is negroni app. It responds to requests RESTfully in JSON.
  • Angular.js — Our front end is an Angular.js app that communicates with the negroni API.
  • Famous.js — We use Famous.js to build beautiful experiences on any device.
  • D3.js — We use D3.js for drawing, bring data.