Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Create a movie object with id, name, director, rating, and pg. (10 marks) Write http get method to read and display all the movies. Run

image text in transcribed
Create a movie object with id, name, director, rating, and pg. (10 marks) Write http get method to read and display all the movies. Run it in browser and take screenshot of the output.(10 marks) Write http get method to read and display movies which have a rating higher than 2 and pg less than 13. Run it in browser and take screenshot of the output. (20 marks) Write http get method to read and display all the directors name and their movies. Example: Director A movies X, Y, Z. Director B movies M, N. Run it in browser and take screenshot of the output (20 marks) Write http post method to add a new movie. Run it in POSTMAN and take screenshot of the output. (10 marks) Write http put method to edit a new movie. Run it in POSTMAN and take screenshot of the output. (15 marks) Write http delete method to delete a new movie. Run it in POSTMAN and take screenshot of the output .(15 marks) How to submit. Create a word document with the screenshot of POSTMAN for all the methods. Add the word document to your code folder. Zip your code folder and upload. (if the folder size is too big remove node_module directory from the folder) Create a movie object with id, name, director, rating, and pg. (10 marks) Write http get method to read and display all the movies. Run it in browser and take screenshot of the output.(10 marks) Write http get method to read and display movies which have a rating higher than 2 and pg less than 13. Run it in browser and take screenshot of the output. (20 marks) Write http get method to read and display all the directors name and their movies. Example: Director A movies X, Y, Z. Director B movies M, N. Run it in browser and take screenshot of the output (20 marks) Write http post method to add a new movie. Run it in POSTMAN and take screenshot of the output. (10 marks) Write http put method to edit a new movie. Run it in POSTMAN and take screenshot of the output. (15 marks) Write http delete method to delete a new movie. Run it in POSTMAN and take screenshot of the output .(15 marks) How to submit. Create a word document with the screenshot of POSTMAN for all the methods. Add the word document to your code folder. Zip your code folder and upload. (if the folder size is too big remove node_module directory from the folder)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started