Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 461 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 461 Bytes

Order service for MiSArch

Quickstart (DevContainer)

  1. Open VSCode Development Container
  2. cargo run starts the GraphQL service + GraphiQL on port 8080

Quickstart (Docker Compose)

  1. docker compose -f docker-compose-dev.yaml up --build in the repository root directory. IMPORTANT: MongoDB credentials should be configured for production.

What it can do

  • CRUD orders
  • Validates all UUIDs input as strings
  • Error prop to GraphQL