A full-featured blogging application inspired by Medium, built with a modern tech stack including React, Honล (a lightweight framework on Cloudflare Workers), Cloudflare Workers for backend logic, Prisma ORM with connection pooling, PostgreSQL, and Tailwind CSS for styling. The application supports rich blogging functionality, user authentication, and a seamless, responsive UI.
- ๐ User Authentication: Secure login and signup.
- ๐๏ธ Create, Edit, and Delete Posts: CRUD operations for blog posts with Markdown support.
- ๐ Rich Text Editor: Supports writing and formatting posts with a user-friendly interface.
- ๐ Explore & Search: Browse and search for blog posts by categories, tags, or authors.
- ๐ฌ Commenting System: Engage with posts by commenting.
- โค๏ธ Like & Bookmark Posts: Users can like and save posts for later reading.
- ๐ฑ Responsive Design: Optimized for desktop and mobile viewing.
- Frontend: React, Tailwind CSS
- Backend: Honล framework running on Cloudflare Workers
- Database: PostgreSQL with Prisma ORM for data modeling and connection pooling
- Deployment: Cloudflare Workers
- Others: JWT for authentication, Markdown for post content, and connection pooling for efficient database connections.