Skip to content

oddscenes/buck-net

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

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

Topics

Resources

Stars

Watchers

Forks