Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 855 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 855 Bytes

stock-server

Api to fetch stock prices using stock symbol and stock exchange

Prerequisite

  1. Install Golang
  2. Setup GOPATH Link1 and Link2
  3. Install Dep

Getting Started

  1. Clone the repo under $GOPATH/src. Run git clone https://github.com/Gohelraj/stock-server.git stock-server
  2. To install dependencies Run dep ensure
  3. Add stockserver API key in config.toml file. If you don't have API key than first Generate key and than add.
  4. Run go run cmd/main.go
  5. Import stock-server-postman-collection.json file in Postman and read the description of APIs to get info about APIs