Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 683 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 683 Bytes

Crusty Cards Backend Monorepo

Prod CI/CD

Contains code for API Service and Game Service.

API Service Responsibilities:

  • Reading and writing cardpack and user data to/from the main database
  • Keeping the search index in sync with the main database

Game Service Responsibilities:

  • Keeping all active game data in memory
  • Pushing live game updates to RabbitMQ

See the full inter-service architectural diagram here.