Skip to content

gulbaki/nodesj-restapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rest Api blog crud operations

Preparation

npm  install

Starting application

 node index.js

API endpoints

https://localhost:4000/api

/api/blog Get - Get blogs.

/api/blog Post - Create blog.

/api/blog/:id Put - Put blog.

/api/blog/:id Delete - Delete single Blog.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published