Question: TASK DETAILS: DESCRIPTION PHASE 1 1 - Create a database in MySQL with all the required fields. Make sure the database is a relational database.
TASK DETAILS: DESCRIPTION
PHASE
Create a database in MySQL with all the required fields. Make sure the database is a relational database. The Product will have Name, Price and Multiple Images.
Develop the backend in MVC frameworkYII YII Laravel, Code Igniter where you can add a product with multiple images. We should be able to view the multiple images for the product. You have to create an API to display these products along with multiple images.
Create a GET api which will display all the products and multiple images for the products.
PHASE
Add the product to cart using a POST API. These products added to cart have to be visible in the backend at the same time. In the backend use GET api which will display the cart list items which are added to cart.
Create a POST API to add products to cart. User id will be used which will be hardcoded to
In CMS have to display all the products which are added to cart with user id
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
