Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Requirements Step 1 Write the code needed to return all films in the database with a proper RESTful request. Accomplish this in a ' /
Requirements
Step
Write the code needed to return all films in the database with a proper RESTful request.
Accomplish this in a films route
You will need a new films.js routes file
You will need a model for the film table if you have not already created one
Step
Create a route that will return the details of one film based on it's Id where the Id is passed as part of
the route.
Step
Be able to "update" a film title
Step
Once a film has been updated, reroute back to films
Caution!
Be sure to zip and submit your entire expresslessonsix directory when finished!
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started