https://github.com/madhur1997/stockscraper-web
Web version of stockscraper built in Go, react, gRPC web
https://github.com/madhur1997/stockscraper-web
golang grpc grpcweb reactjs
Last synced: 3 months ago
JSON representation
Web version of stockscraper built in Go, react, gRPC web
- Host: GitHub
- URL: https://github.com/madhur1997/stockscraper-web
- Owner: Madhur1997
- Created: 2021-01-08T11:22:49.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-02T08:04:37.000Z (about 5 years ago)
- Last Synced: 2024-03-30T09:26:21.720Z (about 2 years ago)
- Topics: golang, grpc, grpcweb, reactjs
- Language: JavaScript
- Homepage:
- Size: 25.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# stockscraper-web:
Web version of stockscraper built in Go, React JS, gRPC web.
# Requirements:
Docker must be installed on the system.
# To run:
1. git clone https://github.com/Madhur1997/stockscraper-web.git
2. From the repo's root directory, run:
`make build`
`make run`.
3. `make clean` to stop and clean the servers.