Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 552 Bytes

README.md

File metadata and controls

28 lines (25 loc) · 552 Bytes

Phoenix price API

Prerequisite

  • Install swagger-combine:
npm install --save swagger-combine
  • Install statik:
go install github.com/rakyll/[email protected]

Deployment

Follow below instructions:

  • Setup env:
export READONLY_URL=<postgresql_url>
  • Building binary:
go build main.go
  • Running grpc server and host public OpenAPI gateway:
./main

Then you can query your own API through localhost:5050 or use OpenAPI UI at localhost:5050/public