see the attached

Fall 202 2 CIS 525 HW 9 – Preparing for Final Project (Step 3) Date last modifie d: 202 2_11_08 Preparation for Final Project: HW 9 - One submission for the entire group . Concepts: API with CRUD Implementation + Routes + Modules and Query parameters • If you need help implementing these new concepts, you can refer to Nishal’s demo from the N ov 1 5 class , but remember this based on your own theme. The lecture is recorded in Canvas under “Mediasite” • Continuing the idea from last HW, you will implement CRUD within APIs. It does not have to be public at this point, but you must include screen shots and documentation . • Implement full CRUD . For example, Create a new object. (based on your theme). When creating this new object (maybe new user, new order, etc.) Implement form validation. These validations should also apply when editing existing object. You do not have to implement database integrity on this HW but you will have to for the final project. (For example creating a new username when the username already exis ts, or deleting a user when they have existing orders, etc). When user clicks delete, prompt with confirmation to delete (are you sure?) • After data is updated or deleted , it should reflect this on the webpage. • Implement query parameters, such as sorting or filters (by country, by product type). Documentation: Submit assignment to Canvas (Assignment 9) as Word or PDF and include the following: Student (s) Name and Section Number (s) : One for entire Group Website Navigation : Current and future pages, give short explanation for each page. Website issues – include how you resolved Summary about HW9 – using CRUD , include web and code screen shots. Testing Live Deployment : Include screenshots, URL, any issues? Debug : P roof of helpful debug. Explain. Homewor k Summary: ( 100 – 200 words): learning topics from this HW GitHub or other public site or website zipped of 2 items (your front end, back end) each containing a readme file . Readme file will state the deployment and configuration. Future plans : remaining that you plan to complete for final project.