You are required to develop a solution that implements a Single Page Application (SPA) that consumes the RESTful API for
Posted: Mon May 09, 2022 6:32 am
You are required to develop a solution that implements a Single
Page Application (SPA) that consumes the RESTful API for
an 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.You may use any framework, or
none, in your solution, e.g. jQuery, AngularJS, but your submitted
solution must be a single page application (SPA). You may, of
course, store User Interface components in separate JS files, and
styling in separate CSS files.
Page Application (SPA) that consumes the RESTful API for
an 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.You may use any framework, or
none, in your solution, e.g. jQuery, AngularJS, but your submitted
solution must be a single page application (SPA). You may, of
course, store User Interface components in separate JS files, and
styling in separate CSS files.