Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 370 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 370 Bytes

Medium2.0

We’ll be building medium in the following stack
-> React in the frontend
-> Cloudflare workers in the backend using Hono
-> 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