Simple dashboards, visualizations, managements for your dockers.
Currently it's very simple.
Yes, we need Dockerfile. :)
cd client/
npm install
bower install
cd ../
go get ./..
go run dockerboard.go
- 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.