Skip to content

decentrio/price-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phoenix price API

Prerequisite

  • Install swagger-combine:
npm install --save swagger-combine
  • Install statik:
go install github.com/rakyll/statik@v0.1.7

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published