Skip to content

ssk090/medium-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

medium-clone

image

Tech 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