Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/m-nathani/swarm-dashboard

To store and display Swarm Statistics.
https://github.com/m-nathani/swarm-dashboard

docker firebase firebase-realtime-database firebase-storage koa nodejs react

Last synced: 24 days ago
JSON representation

To store and display Swarm Statistics.

Awesome Lists containing this project

README

        

## `Docker Swarm Dashboard`
> Save statistics for Docker Swarm.

### Setup
```bash
# clone the repository
λ git clone 'https://github.com/m-nathani/swarm-dashboard'
# change the current directory
λ cd 'swarm-dashboard'
# install server and client dependencies
λ npm install
λ cd 'client'
λ npm install
# run both the client and server
λ cd '../'
λ npm run dev
```