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

Latest commit

 

History

History
16 lines (12 loc) · 473 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 473 Bytes

Monarch Backend

Back to top level README

TODO: PlantUML diagram

Most important technologies:

  • Typescript
  • Express
  • Zod for data validation + types
  • Zodios for type driven API development
    • Endpoints must fulfill Zod schemas (input/output validation)
  • AWS DynamoDB SDK for access to DynamodDB
  • AWS Cognito for authentication
    • We only need to verify tokens on the backend, the frontend communites with Cognito directly to receive tokens