Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rishabhknowss/echo-serverless-blogging-site
- Owner: rishabhknowss
- Created: 2024-06-21T09:27:04.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-07-19T19:54:42.000Z (6 months ago)
- Last Synced: 2024-10-25T10:36:36.495Z (3 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 )
![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)