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

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

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