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

https://github.com/harshavardh8n/serverless-blogging-backend

Serverless Blogging Backend: A serverless backend for a blogging website, built with Hono, PostgreSQL, Prisma, and TypeScript. Deployed on Cloudflare, it supports efficient management of blog posts and user interactions with automatic scaling.
https://github.com/harshavardh8n/serverless-blogging-backend

cloudflare hono postgresql prisma typescript wrangler

Last synced: 3 months ago
JSON representation

Serverless Blogging Backend: A serverless backend for a blogging website, built with Hono, PostgreSQL, Prisma, and TypeScript. Deployed on Cloudflare, it supports efficient management of blog posts and user interactions with automatic scaling.

Awesome Lists containing this project

README

          

# Serverless Blogging Backend

This project is a serverless backend for a blogging website, designed to handle blog post management and user interactions. Built using Hono, PostgreSQL, Prisma, and TypeScript, and deployed on Cloudflare, it supports automatic scaling and efficient data handling.

# Setup
```
npm install
npm run dev
```

```
npm run deploy
```

## Features

- **Serverless Architecture:**
- Utilizes Cloudflare for automatic scaling and high availability.

- **Efficient Blog Post Management:**
- Manage blog posts with CRUD operations.

- **User Interactions:**
- Handles user actions such as creating and managing posts.

## Tech Stack

- **Hono:** A lightweight framework for building serverless functions.
- **PostgreSQL:** A robust relational database for storing blog and user data.
- **Prisma:** An ORM for easy database management and queries.
- **TypeScript:** Provides type safety and better development experience.
- **Cloudflare:** Ensures serverless deployment and scaling.