All Projects → stellar → Dashboard

stellar / Dashboard

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Dashboard

Bandchain
BandChain - Decentralized Data Delivery Network
Stars: ✭ 163 (-2.98%)
Mutual labels:  blockchain
Hastic Grafana App
Hastic data management server for labeling patterns and anomalies in Grafana
Stars: ✭ 166 (-1.19%)
Mutual labels:  dashboard
Mastering Ethereum
分散アプリケーションプラットフォーム「ethereum」の入門書
Stars: ✭ 165 (-1.79%)
Mutual labels:  blockchain
Jmeter Control Center
Online web application-dashboard for report analyzing,running and online monitoring of load tests started with JMeter
Stars: ✭ 164 (-2.38%)
Mutual labels:  dashboard
Bitcoin Transaction Explorer
Simple and pure block explorer you can run on top of a full node
Stars: ✭ 165 (-1.79%)
Mutual labels:  blockchain
Unstoppable Wallet Android
A secure and decentralized Bitcoin and other cryptocurrency wallet for Android phones. Supports Bitcoin, Ethereum, EOS, Binance Chain, Bitcoin Cash, DASH, ...
Stars: ✭ 165 (-1.79%)
Mutual labels:  blockchain
Python Bitshares
Fully featured client-side library for the BitShares Blockchain - written entirely in python.
Stars: ✭ 163 (-2.98%)
Mutual labels:  blockchain
Cicero
Accord Project Smart Templates Implementation
Stars: ✭ 166 (-1.19%)
Mutual labels:  blockchain
Jupyterlab Interactive Dashboard Editor
A drag-and-drop dashboard editor for JupyterLab
Stars: ✭ 165 (-1.79%)
Mutual labels:  dashboard
Toshi Android Client
Android client for Toshi
Stars: ✭ 167 (-0.6%)
Mutual labels:  blockchain
Github Monitoring
Monitor your GitHub Repos with Docker & Prometheus
Stars: ✭ 163 (-2.98%)
Mutual labels:  dashboard
Blockchain Tutorial
🌾 A step-by-step blockchain tutorial in simplified Chinese
Stars: ✭ 2,081 (+1138.69%)
Mutual labels:  blockchain
Awesome Nebulas
星云链 DApp 开发文档、资料、工具、教程大全 | A collection of Nebulas blockchain DApp development tools and docs
Stars: ✭ 167 (-0.6%)
Mutual labels:  blockchain
It Chain
Lightweight & Customizable Block Chain
Stars: ✭ 164 (-2.38%)
Mutual labels:  blockchain
Jet Django
Jet Bridge (Django) for Jet Admin – Admin panel framework for your application
Stars: ✭ 168 (+0%)
Mutual labels:  dashboard
Dashbuilder
Dashboard composition tooling based on the Uberfire framework
Stars: ✭ 163 (-2.98%)
Mutual labels:  dashboard
Jarvis2
Awesome dashboard built with Flask and Mithril
Stars: ✭ 166 (-1.19%)
Mutual labels:  dashboard
Smart Contract Watch
A tool to monitor a number of smart contracts and transactions
Stars: ✭ 168 (+0%)
Mutual labels:  blockchain
Polaris
Validation of best practices in your Kubernetes clusters
Stars: ✭ 2,397 (+1326.79%)
Mutual labels:  dashboard
Eostracker
🗄EOS Tracker: Real time block explorer for EOS Blockchain
Stars: ✭ 166 (-1.19%)
Mutual labels:  blockchain

Dashboard

Dependencies

To build this project, you must have the following dependencies installed:

  • node 10.16.3
  • yarn

Installation

yarn

Developing

yarn start

If you wish to use backend server API, you need a postgres db running with dashboard database

(If you do not have postgres installed) Install postgres using homebrew

brew install postgres

Run postgres

pg_ctl -D /usr/local/var/postgres start

Create dashboard db

createdb dashboard

Once you have postgres installed, start this command

UPDATE_DATA=true DEV=true node app.js

It will create a proxy to browser-sync server started by gulp at http://localhost:5000

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].