npm install
npm run serve
npm run build
npm run lint
In this route, a login verification is done We called users api and check whether provided form inputs matches with any existing users If we find any match we send user to 'modeltype/' route
Here we display all the products that are fetched through api for each product there is button named "details" if we click details, we can see the details of that particular product
In this route, there is a form for adding product. After submitting the form we are sending form information to the server via post api