This project was developed in accordance with SOLID principles with .NET 6.0 using MVC in layered architecture. This is a book selling web application project with an active payment system. You can take a look at the promotional images of the related project. Our web application is designed entirely in English.
In this area, the authorized person edits and deletes the products.
This page is the page where the products are updated.
The page that appears when you click on the details of the product
This page is the page where you see the products you have added to the cart. You can start the order process from this page.
On this page, you can view your order information for the last time and place your order.
This page is the page where the payment step is performed. You can complete the product purchase process by entering your credit card information.
When the payment process is successful, you will see this page.
Finally, when you want to browse your order summary, the page that welcomes you will be as follows.
I will add new features to this project, which I created in order to reinforce what I learned during my .NET learning process.