This repository contains frontend to plot the forecast on live binance data.
- GRPC server Binance-TA
- Envoy docker- docker file already placed in src/Dockerfile
- GRPC
- Docker
Follow the instructions to start grpc server.
To build docker image run the below command inisde /src directory.
To start the docker container
To test that the enovy proxy has started successfully hit localhost:9901 in the browser. You will see the envoy proxy admin page and then you can click on clusters to check whether your cluster is set up or not.
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.