A crypto financial dashboard pulling updated data from Binance API
- Dev:
npm run dev
- Build:
npm run build
- Prod:
npm start
- Server Only:
npm run server
- Stop:
npm run stop
- NextJS
- NodeJS/Express
- Redis
- Recharts/D3
- Binance API
- Coin Market Cap API
npm i
(maybe -f on unix)
npm run build
npm start
- 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