Api to fetch stock prices using stock symbol and stock exchange
- Install Golang
- Setup GOPATH Link1 and Link2
- Install Dep
- Clone the repo under
$GOPATH/src
. Rungit clone https://github.com/Gohelraj/stock-server.git stock-server
- To install dependencies Run
dep ensure
- Add
stockserver
API key inconfig.toml
file. If you don't have API key than first Generate key and than add. - Run
go run cmd/main.go
- Import
stock-server-postman-collection.json
file in Postman and read the description of APIs to get info about APIs