tsdineshjai / medium-blog

A clone of medium blog , a online publishing platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a clone app of medium blogging site

An user can register, create a post, update a post and retrieve all the posts.

Tech Stack used for backend

  • Cloudfare Worker as serverless backend
  • Hono webframework, typically used for edge networks
  • Prisma ORM, for querying into PostgreSql database
  • Zod for Schema Declaration and validation
  • Jsonwebtoken for authorization of Users

Tech Stack used for frontend

  • React 19
  • Tailwind
  • @tsdjai/common-app, a npm package to share zod types between frontend and backend
  • TypeScript

About

A clone of medium blog , a online publishing platform


Languages

Language:TypeScript 95.2%Language:JavaScript 3.0%Language:HTML 1.2%Language:CSS 0.6%