nsalunkhe / triluxo-assignment

Triluxo-Assignment

Home Page:https://triluxo-41hd.onrender.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Triluxo-assignment

Submission Links

You can see my collection of API requests in the Postman app

Postman Collection of API's

I have Deployed my backend on render.com

Render Deployment

Video of demonstrating all the APIs

Some requests screenshots

I have created REST APIs using Node.js and Express.js.

I have used the four most basic methods: GET, POST, PUT, and DELETE.

  1. GET method for getting all books.

image (39)

  1. GET method for getting a book by id

image (40)

  1. the POST method, to add a new book to the list.

image (41)

  1. PUT method for updating the existing book.

image (42)

  1. DELETE method to remove the book from the list.

image (43)

Thank You!