/buck-net

Crypto dashboard UI visualizing updated Binance data into a responsive & unique design

Primary LanguageJavaScript

Buck Net

A crypto financial dashboard pulling updated data from Binance API

  

  

Usage

  • Dev: npm run dev
  • Build: npm run build
  • Prod: npm start
  • Server Only: npm run server
  • Stop: npm run stop

Dependencies

  • NextJS
  • NodeJS/Express
  • Redis
  • Recharts/D3
  • Binance API
  • Coin Market Cap API

Installation

npm i (maybe -f on unix)

npm run build

npm start

Troubleshoot Redis (on server)

  • Ensure Redis is running before npm start

apt-get update

apt-get install redis-server

redis-server

Check: service redis-server status

Setup Ports

cd /etc/redis

service redis-server restart