Skip to content

kamalesh1810/REST-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REST-API

API server with CRUD based routes using NodeJS

Steps to run:-

● Clone repository into local machine

● From the current directory run npm run start to start the server

● Use Postman or any other API testing software to use the CRUD operations

● POST Request example data:-

{
    "name": "Harry Potter and the Order of the Phoenix",
    "img": "https://bit.ly/2IcnSwz",
    "summary": "Harry Potter and Dumbledore's warning about the return of Lord Voldemort is not heeded by the wizard authorities who, in turn, look to undermine Dumbledore's authority at Hogwarts and discredit Harry."
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published