Trusted by Students Everywhere
Why Choose Us?
0% AI Guarantee

Human-written only.

24/7 Support

Anytime, anywhere.

Plagiarism Free

100% Original.

Expert Tutors

Masters & PhDs.

100% Confidential

Your privacy matters.

On-Time Delivery

Never miss a deadline.

After successfully wiring up the database, you will create a second application, app_api, to separate the RESTful endpoints

Computer Science Oct 22, 2021

After successfully wiring up the database, you will create a second application, app_api, to separate the RESTful endpoints. This approach is known as Separation of Concerns, which amounts to separating an application into logical layers or segments to reduce complexity, minimize the scope and effort of future changes, and reduce the chance of defects going undetected. This refactoring allows for three different clients—Angular.js, Express backend, and any external callers (applications)—to use the API when integrating Angular into your application.

In this assignment, you will ensure the database and API are wired to the frontend and complete testing to check routes using the methods FIND to locate items in a table and GET to retrieve a file.

Prompt

Refactor the database access code from being embedded within the backend website logic to a separate top-level site accessed at the endpoint “/API”. Follow the instructions in the RESTful API Architecture section of the CS 465 Full Stack Guide and perform the following:

  • Establish Routes: Establish routes for the API endpoints. Be sure to standardize naming conventions for routes and parameters to return specific trips.
  • MVC and REST API: Refactor the MVC app server controller model code for use with the app API REST endpoints using Mongoose.
  • Testing: Test the RESTful API application using Postman. 
    • Check the routes and retrieval logic of specific product requests using the Mongoose functionality FIND method.
    • Verify that errors are handled correctly by returning HTTP status codes.
    • Verify that JSON data for a requested individual trip and a collection of all trips are returned.

 

Expert Solution

pleaes see the attached file.

Archived Solution
Unlocked Solution

You have full access to this solution. To save a copy with all formatting and attachments, use the button below.

Already a member? Sign In
Important Note: This solution is from our archive and has been purchased by others. Submitting it as-is may trigger plagiarism detection. Use it for reference only.

For ready-to-submit work, please order a fresh solution below.

Or get 100% fresh solution
Get Custom Quote
Secure Payment