Skip to content

This has REST APIs for CRUD operations for a blog page

Notifications You must be signed in to change notification settings

Karthik0770/BLOGapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BLOGapi

This has REST APIs for CRUD operations for a blog page

API Links -

Read blogs - https://blog-api-project.onrender.com/read

Read single blog by id - https://blog-api-project.onrender.com/read/:id ( Enter id of blog in place of ':id' )

Write blogs - https://blog-api-project.onrender.com/create

Update blog by id - https://blog-api-project.onrender.com/update/:id ( Enter id of blog in place of ':id' )

Delete blog by id - https://blog-api-project.onrender.com/delete/:id ( Enter id of blog in place of ':id' )

About

This has REST APIs for CRUD operations for a blog page

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published