You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Book selling website using ASP.NET MVCCore (.NET 6) and MS SQL Server where user can view purchase items, perform CRUD operations on shopping cart. It has admin panel as well where admin can perform CRUD operation on products and users. Used Stripe for payments. Integrated Identity Framework for authentication, authorization and Role Management.