Skip to content
This repository has been archived by the owner on Dec 23, 2023. It is now read-only.

Latest commit

 

History

History
22 lines (19 loc) · 481 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 481 Bytes

How to run

Run all services and graphql playground

  • System: linux
  • Command:
make up
  • Playground will be host at: localhost:8081
  • Example queries' written in playground-examples

Run single service

  • Supported profile: flight, user, customer, graphql, booking
  • Example for user service:
make upProfile Profile="user"

Planned feature

  • Implement transaction.

Database schema

Schema Link