Skip to content

crisb0/1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

random side project

How to run

Requires:

  • Docker
  • gRPC
  • npm
  • python3

Envoy Proxy

  1. cd envoy/
  2. Build Dockerfile `docker build -t envoy:v1 .'
  3. docker run -d --name proxy -p 9901:9901 -p 10000:10000 envoy:v1

Server (python)

  1. pip3 install -r requirements.txt
  2. Make sure protos are compiled ``
  3. Run as module python3 -m server.src.Server

Client (react, ts)

  1. cd client
  2. npm install
  3. npm start

data sources

  • yahoo finance

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages