Let’s Add Products for our eCommerce App with Vue.js
9 min readDec 20, 2020
We are building a complete E-commerce application from scratch. Today we are going to add the Products feature.
Introduction
As part of building an E-Commerce application, previously we built the backend for UserProfiles and created android UI for the same.
The most important part of an online shop is products. We are going to create product backend APIs and consume those APIs in our web front-end built using the shiny Vue.js framework.