HW14: Connect NodeJS to REST API due Thu 02 May 13:20

\begin{purpose}
This assignment will connect a NodeJS application to a REST API to
provide backend functionality.
\end{purpose}

Allowed and Disallowed Resources

In completing this assignment you MAY use/access the following resources:

You may NOT use/access:

Failure to abide by these guidelines will result in a zero for the assignment and the incident will be reported to the university provost as a violation of the university academic integrity policy. A second incident of academic dishonesty (whether from this course or another computer science course) will result in an F in the course.

Overview

For this assignment you will continuing modifying your NodeJS book seller's application so that it performs database actions by connecting to the REST API you created in homework 11. So, the completed assignment will have a functioning application whose front-end is provided via NodeJS and whose backend is provided by a Laravel-based REST API.

The functionality of the application will be as follows:

Some Details

Do your work in a directory called hw14 in the repository you shared with the instructor in the previous assignment.

Some additional requirements:

Turning In Your Code

Make sure that your assignment has been pushed to the bitbucket repository you shared with the instructor in the previous assignment.