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.
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:
After completing your work for this assignment, submit the updated travlr.zip zipped file folder, which includes the trips.json file.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here