You are required to develop a solution that implements a Single Page Application (SPA) that consumes the RESTful API for
Posted: Thu May 05, 2022 12:57 pm
You are required to develop a solution that implements a Single
Page Application (SPA) that consumes the RESTful API for your
previously generated (Assignment 6) online mobile phone store Your
SPA should provide interface components that demonstrate the CRUD
functionality for Creating, Searching (Retrieving), Updating, and
Deleting customer, item, and order information accessed using the
RESTful API and interface components in the SPA. You are required
to develop a HTML/CSS/JS “front-end” (for the RESTful API) in this
assignment. You can re-use the API routes developed in Assignment 6
and previously tested using Postman or Insomnia. Styling (using
CSS) may be minimal, but must be present in your code. You are
required to develop a NodeJS application that implements the
functionality outlined above using ExpressJS, and with the
following additional constraints (note that constraints related to
your database setup may be carried forward from earlier assignments
without change) You must clearly indicate which framework you are
using, together with the version, as comments in your SPA code.
Please note that there are many sample (HTML/CSS/JS) solutions for
implementing similar solutions (REST) functionality available
online. While it is fine to consult these, and accompanying
articles, for references, you may not re-use code from these
projects. Please cite your reference sources in your codebase. We
will search and identify online coding solutions to similar
problems for the purposes of checking against submitted solutions
in instances where we have concerns about code originality.
Page Application (SPA) that consumes the RESTful API for your
previously generated (Assignment 6) online mobile phone store Your
SPA should provide interface components that demonstrate the CRUD
functionality for Creating, Searching (Retrieving), Updating, and
Deleting customer, item, and order information accessed using the
RESTful API and interface components in the SPA. You are required
to develop a HTML/CSS/JS “front-end” (for the RESTful API) in this
assignment. You can re-use the API routes developed in Assignment 6
and previously tested using Postman or Insomnia. Styling (using
CSS) may be minimal, but must be present in your code. You are
required to develop a NodeJS application that implements the
functionality outlined above using ExpressJS, and with the
following additional constraints (note that constraints related to
your database setup may be carried forward from earlier assignments
without change) You must clearly indicate which framework you are
using, together with the version, as comments in your SPA code.
Please note that there are many sample (HTML/CSS/JS) solutions for
implementing similar solutions (REST) functionality available
online. While it is fine to consult these, and accompanying
articles, for references, you may not re-use code from these
projects. Please cite your reference sources in your codebase. We
will search and identify online coding solutions to similar
problems for the purposes of checking against submitted solutions
in instances where we have concerns about code originality.