Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 420 Bytes

README.md

File metadata and controls

43 lines (27 loc) · 420 Bytes

graphql bindind with openapi

use demo petstore openapi

How to Run (local)

  • install deps
yarn 

or npm install
  • run
yarn start

How to Run (docker)

  • build imaga
docker-compose build
  • run
docker-compose up -d
  • with build image
docker run -d -p 4000:4000 dalongrong/graphql-binding-openapi

some images

images