DEV Community

Vaibhav Arora
Vaibhav Arora

Posted on

Blog Website with Cloudflare Workers and Reactjs

Introduction

Recently, I built a blog website using Hono.js for the backend and React.js for the frontend. This article aims to walk you through the entire development process, from setting up the backend with Cloudflare Workers to deploying the frontend on Vercel.

Tech Stack Used:

  • Hono.js: A lightweight web framework for building high-performance applications.
  • React.js: A popular JavaScript library for building user interfaces.
  • TypeScript: A superset of JavaScript that adds static types for better code quality.
  • Prisma and Prisma Accelerate: An ORM for seamless database management.
  • PostgreSQL: A powerful, open-source relational database.
  • Cloudinary: A cloud-based service for managing media content.

Check out project here https://github.com/VaibhavArora314/blogging-website
Feel free to contribute to the project or share your feedback.

Top comments (0)