📝 Blog/Notes REST API Demo

Interactive frontend to demonstrate RESTful API operations

Checking API...

Notes Management

📋

No notes yet. Create your first note!

Blogs Management

📰

No blogs yet. Create your first blog!

API Endpoints

GET
/api/notes
Get all notes
GET
/api/notes/:id
Get note by ID
POST
/api/notes
Create new note
PUT
/api/notes/:id
Update note
DELETE
/api/notes/:id
Delete note
GET
/api/blogs
Get all blogs
POST
/api/blogs
Create new blog
PUT
/api/blogs/:id
Update blog
DELETE
/api/blogs/:id
Delete blog