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: 6 months ago
JSON representation
A fully responsive React based blogging platform , the backend is written in hono.js and deployed on cloudflare-workers
- Host: GitHub
- URL: https://github.com/rishabhknowss/echo-serverless-blogging-site
- Owner: rishabhknowss
- Created: 2024-06-21T09:27:04.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-19T19:54:42.000Z (about 1 year ago)
- Last Synced: 2025-03-31T00:17:17.623Z (6 months ago)
- Topics: cloudflare-workers, edge-functions, honojs, prisma-client, serverless
- Language: TypeScript
- Homepage: https://echo.rishabhknows.live/
- Size: 310 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# What is ECHO?
## A blogging site ( medium clone )
## Signup
## Scroll through other blogs

## Write your own blog
## 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)