Skip to content

A web application where users can view the book details by registering, add the books to the basket and make purchases.

Notifications You must be signed in to change notification settings

ogunec/BookStore

Repository files navigation

BookStore

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.

This is our Homepage. BookStore!

In this area, the authorized person edits and deletes the products. BookStore!

This page is the page where the products are updated. BookStore!

The page that appears when you click on the details of the product BookStore!

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. BookStore!

On this page, you can view your order information for the last time and place your order. BookStore!

This page is the page where the payment step is performed. You can complete the product purchase process by entering your credit card information. BookStore!

When the payment process is successful, you will see this page. BookStore!

Finally, when you want to browse your order summary, the page that welcomes you will be as follows. BookStore!

I will add new features to this project, which I created in order to reinforce what I learned during my .NET learning process.