Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 513 Bytes

File metadata and controls

36 lines (25 loc) · 513 Bytes

binance-psql-node

Import price, order from Binance using Nodejs

Pre-requirement

PostgreSQL

PostgreSQL Installation

Getting started

  1. Installation
git clone https://github.com/TraderDAO/binance-psql-node.git
cd  binance-psql-node
npm install 
  1. Setup .env file with the fortmat in .env.example
cp .env.example .env
code .env
  1. Initialize PSQL by the script
./initdb.sh
  1. Run the server
npm run serve