Overview
BookBazaar is a work-in-progress web application that aims to provide a platform where users can explore a wide variety of books, add them to their cart, and make purchases. The application is being developed using the ASP.NET MVC framework, a model-view-controller framework for building dynamic web sites with clean separation of concerns.
Project Status
Currently, I am working on implementing the Product feature. This feature will allow users to Create, Update, Read, and Delete products.
Technologies Used
- ASP.NET Core MVC
- Razor Views
- Entity Framework Core
- Toastr Notifications
- Bootstrap
Planned Features
- User Authentication: Register and log in to a personal account.
- Product Browsing: Browse through a wide variety of books.
- Shopping Cart: Add books to your cart and manage your orders.
- Checkout Process