Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/m-nathani/swarm-dashboard
- Owner: m-nathani
- Created: 2018-04-27T16:12:28.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-18T11:33:46.000Z (over 6 years ago)
- Last Synced: 2024-11-12T17:50:05.084Z (3 months ago)
- Topics: docker, firebase, firebase-realtime-database, firebase-storage, koa, nodejs, react
- Language: JavaScript
- Homepage:
- Size: 317 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```