https://github.com/mdabbas110/medium_blog_app_fullstack
This repository houses a full stack blog project built with React, Tailwind Hono.js serverless. The backend utilizes PostgreSQL as the DB & Prisma ORM for querying data. Cloud flare workers for serverless
https://github.com/mdabbas110/medium_blog_app_fullstack
cloudflare-workers hono postgres reactjs serverless text-editors typescript
Last synced: about 2 months ago
JSON representation
This repository houses a full stack blog project built with React, Tailwind Hono.js serverless. The backend utilizes PostgreSQL as the DB & Prisma ORM for querying data. Cloud flare workers for serverless
- Host: GitHub
- URL: https://github.com/mdabbas110/medium_blog_app_fullstack
- Owner: MdAbbas110
- Created: 2024-02-24T15:45:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-11T08:00:11.000Z (3 months ago)
- Last Synced: 2025-03-29T18:51:18.448Z (2 months ago)
- Topics: cloudflare-workers, hono, postgres, reactjs, serverless, text-editors, typescript
- Language: TypeScript
- Homepage: https://medium-blog-app-full-stack.vercel.app
- Size: 502 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Full Stack Blog Project
Welcome to our full stack blog project repository! This project enables users to create, edit, and view blog articles through a dynamic web application.

## Features
- **React Frontend:** Utilizes React.js for the frontend user interface.
- **Tailwind CSS:** Styles the frontend with Tailwind CSS for modern and responsive designs.
- **Rich Text Editor:** Includes a rich text editor (Jodit) for users to write and style beautiful blog content.
- **Cloudflare Workers Hono Backend:** Employs Cloudflare Workers Hono for serverless deployment and connection pooling to PostgreSQL.
- **Dynamic Blog Management:** Enables dynamic creation, editing, and viewing of blog posts.## Technologies Used
- **Frontend:** React, Tailwind CSS
- **Backend:** Cloudflare Workers Hono, PostgreSQL (with Prisma ORM)
- **Rich Text Editor:** Jodit React
## Getting Started
To run this project locally:
1. Clone the repository.
2. Install dependencies with `npm install`.
3. Set up backend environment variables (if applicable).
4. Run the frontend with `npm start`.## Usage

- Visit the deployed web application to view and interact with blog posts.
- Use the rich text editor to create and style blog content.
- Edit and manage blog posts through the user interface.## Deployment
This project is deployed using Cloudflare Workers Hono for serverless backend and frontend hosting.
## Contributors
- [Abbas] - Lead Developer