A full-stack Medium.com clone β a modern blogging platform built with a performant tech stack. Users can register, log in, write blog posts, read articles and just like Medium.
- React.js β Component-based UI
- Tailwind CSS β Utility-first CSS framework
- Axios / Fetch API β To communicate with the backend
- Cloudflare Workers using Hono.js β Lightweight and fast server-side framework for serverless environments
- PostgreSQL β Relational database
- Prisma ORM β Type-safe database client for interacting with PostgreSQL
- User authentication (Sign Up / Log In)
- Create, edit, and delete articles
- View all articles or a single article
- Responsive UI
- Clean and performant API