Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 358 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 358 Bytes

building medium in the following stack

  • React in the frontend
  • Cloudflare workers in the backend
  • zod as the validation library, type inference for the frontend types
  • Typescript as the language
  • Prisma as the ORM, with connection pooling
  • Postgres as the database
  • jwt for authentication