Requires:
- Docker
- gRPC
- npm
- python3
cd envoy/
- Build Dockerfile `docker build -t envoy:v1 .'
docker run -d --name proxy -p 9901:9901 -p 10000:10000 envoy:v1
pip3 install -r requirements.txt
- Make sure protos are compiled ``
- Run as module
python3 -m server.src.Server
cd client
npm install
npm start
- yahoo finance