Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rishabhknowss/echo-serverless-blogging-site

A fully responsive React based blogging platform , the backend is written in hono.js and deployed on cloudflare-workers
https://github.com/rishabhknowss/echo-serverless-blogging-site

cloudflare-workers edge-functions honojs prisma-client serverless

Last synced: about 1 month ago
JSON representation

A fully responsive React based blogging platform , the backend is written in hono.js and deployed on cloudflare-workers

Awesome Lists containing this project

README

        

# What is ECHO?

## A blogging site ( medium clone )
![image](https://github.com/user-attachments/assets/ee30220a-fe16-406d-8f3f-62a5c30509ed)

## Signup
![image-1](https://github.com/user-attachments/assets/e9f60690-b821-4f08-b970-801ee3b65553)

## Scroll through other blogs

![image-2](https://github.com/user-attachments/assets/fef56334-b3cd-4a60-9ab0-5d4d055f2c92)

## Write your own blog
![image-1](https://github.com/user-attachments/assets/2aea912c-b768-4403-938b-c7516d6638bd)

## Project setup

### clone repository
```
git clone https://github.com/rishabhknowss/Echo-Serverless-blogging-site.git
```
### start backend
```
cd server
npm install
npm run dev
```
### start frontend
```
cd client
npm install
npm run dev
```

### dependencies
- node
- cloudflare worker (wrangler)