https://github.com/themanishdaksh/muse
A blogging app
https://github.com/themanishdaksh/muse
cloudflare-workers honojs jwt-authentication material-icons motion postgresql prisma-orm react-js tailwind-css
Last synced: 7 months ago
JSON representation
A blogging app
- Host: GitHub
- URL: https://github.com/themanishdaksh/muse
- Owner: TheManishDaksh
- Created: 2025-03-05T16:04:14.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-03-18T13:17:48.000Z (7 months ago)
- Last Synced: 2025-03-18T14:26:27.609Z (7 months ago)
- Topics: cloudflare-workers, honojs, jwt-authentication, material-icons, motion, postgresql, prisma-orm, react-js, tailwind-css
- Language: TypeScript
- Homepage:
- Size: 911 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Muse
A blogging app
In case you want api of backend (https://backend.medium-writes.workers.dev)
And routes are :--
post - /api/v1/user/signup for user signup
post - /api/v1/user/signin for user signin/login
post - /api/v1/blog for blog posting
put - /api/v1/blog for update blog
get - /api/v1/blog/bulk for getting all blogs
get - /api/v1/blog/bulk/:userId for a users all blogs
get - /api/v1/blog/:id for getting selective blog