Add to Cart Page Insert Function in asp.net core 5mvc

Job ID: 32944062

Budget: ₹600 – ₹1,500 INR

=>It is an e-commerce like local web application,in that there will articles(like products) will display.
=>On clicking of each article,article page view will load with the data (like articlename,articleid,avaliable quantity) of those articles coming from Api and there will be Add To Cart button.
=>What we need is On Click of that Add To Cart button,the data of the those articles need to get stored in the table which we have already for usercart.
The design of index.cshtml is already done for addtocart button and for articles page.