Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRUD Operations performed through RESTful API

Tested in Postman Tool:

GET Methods (Read)

  1. Getting All Books 1-getallbooks
  2. Getting Details based on Book ISBN 2-gedetailsISBN
  3. Getting Books by Author 3-getbooksbyauthor
  4. Getting Books by Title 4-getbooksbytitle
  5. Getting Book Review 5-getbookreview

Authentication and Authorization Methods / POST Methods (Create)

  1. Register User 6-register
  2. Login User 7-login

PUT Method (Update)

  1. Adding Review in existing data 8-reviewadded Verifying the operation 8-reviewadded-display

DELETE Method (Delete)

  1. Deleting Review 9-deletereview Verifying the operation 9-deletereview-display

About

nodejsFinalModule

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages