Import price, order from Binance using Nodejs
- Installation
git clone https://github.com/TraderDAO/binance-psql-node.git
cd binance-psql-node
npm install - Setup
.envfile with the fortmat in.env.example
cp .env.example .env
code .env- Initialize PSQL by the script
./initdb.sh- Run the server
npm run serve