Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vikash1596kumarkharwar/medium

A medium like blogging app - using the cloudFare and hono
https://github.com/vikash1596kumarkharwar/medium

Last synced: 20 days ago
JSON representation

A medium like blogging app - using the cloudFare and hono

Awesome Lists containing this project

README

        

# 📝 Medium-Like Blogging App

A modern, scalable blogging platform inspired by Medium, built using cutting-edge technologies to ensure performance, maintainability, and developer happiness.

---

## 🚀 Features

- **User Authentication**: Secure JWT-based login and registration.
- **Rich Text Editor**: Create and edit blogs with a sleek, responsive editor.
- **Responsive UI**: Optimized for devices of all sizes.
- **Real-Time Updates**: Powered by Cloudflare Workers for seamless backend performance.
- **Robust Validation**: Zod ensures safe and predictable data handling.
- **Type-Safe Development**: Full-stack TypeScript for end-to-end type safety.
- **PostgreSQL**: Relational data management with Prisma ORM.

---

## 🛠️ Tech Stack

| **Technology** | **Purpose** |
|----------------------|------------------------------------------|
| **React** | Frontend framework |
| **Cloudflare Workers** | Edge backend hosting for scalability |
| **TypeScript** | Programming language |
| **Zod** | Schema validation and type inference |
| **Prisma** | ORM with connection pooling |
| **PostgreSQL** | Relational database |
| **JWT** | Authentication |

---