Medium Clone

The stack


**Building medium clone 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

npm install

npm run dev

Signup :

sigup

Signin :

signin

Landing Page : Blogs

Blogs

Blog :

Blog

Add New Blog :

addNewBlog