Skip to content

About This is a RESTful API created for managing Blogs. This project enabled me to learn more about RESTful API's and their operations and made me capable to create a working example of one.

Notifications You must be signed in to change notification settings

mehboob14/Blogs-RESTfulAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Blogs-RESTfulAPI

This is a RESTful API created to manage Blogs. Each blog item has a title and content field. For the "/posts" route you can (GET, POST, DELETE),PATCH) Posts. For a specific Blog you can (GET,PUT,PATCH,DELETE) at "Posts/:postid".

To run this you can download the files and can use software such as POSTMAN to test out the API. To run the files on a server, you need to download the files and in the source directory run "npm i" and then "node app.js" to run the server on localhost:3000.

About

About This is a RESTful API created for managing Blogs. This project enabled me to learn more about RESTful API's and their operations and made me capable to create a working example of one.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published