Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 422 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 422 Bytes

Getting Started

In the project directory, you can run:

go run server.go

to run the main application

go run pricetest.go

run to listen to the BTCUSDT price from binance socket

note: run below command to disable cors and open chrome while running the frontend app

open -n -a /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --args --user-data-dir="/tmp/chrome_dev_test" --disable-web-security