Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 942 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 942 Bytes

API Getway on GraphQL

this repository contains the services of:

  • product
  • payment
  • user
  • inventory

alt text

Why does this project exist ?

In recent years GraphQL has taken on a lot of importance given its way of consuming, documenting and exposing information, among these use cases, I have had the opportunity to use it as a gateway for microservices and I have seen its efficiency so I decided to do this project which abort issues like event syncing and graphql as getway api

Where can I find the rest of the image services ?

You can find them here

How do i run it ?

You can see the next steps 😁

  1. Run npm i command
  2. Setup database settings inside ormconfig.json file
  3. Run npm start command