Create a view that showcases products present in database.
The view should be created on home app and query the database for the products.
Add pagination to the products, so that only 10-20 products can be listed on a page.
We will use the product card to show the products that will done after completing issue #9.
Create a view that showcases products present in database. The view should be created on
home
app and query the database for the products. Add pagination to the products, so that only 10-20 products can be listed on a page.We will use the product card to show the products that will done after completing issue #9.