Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vikash1596kumarkharwar/medium
- Owner: VIKASH1596KUMARKHARWAR
- Created: 2024-12-09T11:14:41.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-09T11:18:21.000Z (about 1 month ago)
- Last Synced: 2024-12-09T12:23:58.263Z (about 1 month ago)
- Language: TypeScript
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 |---