Welcome to the Book E-commerce Management System project! This README file will guide you through the structure, setup, and usage of the project. This application is developed using ASP.NET Core MVC and Entity Framework Core, providing a robust platform for managing book-related e-commerce operations.
The Book E-commerce Management System is a comprehensive web application that includes the following key features:
- User Authentication and Authorization
- Product Management (Books, Authors, Categories)
- Shopping Cart and Checkout Functionality
- Order Processing and Tracking
- Responsive Design with Bootstrap v5
- Filter Options
- Implement CRUD operations using Entity Framework for managing books, authors, and categories.
- Integrate Identity Framework for user login and registration.
- Implement role-based authorization for different user roles.
- Develop a shopping cart feature allowing users to add, update, and remove books.
- Implement checkout process and order tracking.
- Integrate Stripe payment gateway for seamless transactions.
- Design a responsive and user-friendly interface using Bootstrap v5.
- Implement custom tag helpers and view components for better UI management.
- Filter functionalities for order management.
- Visual Studio 2022
- .NET 8 SDK
- SQL Server Management Studio
-
Clone the repository
git clone https://github.com/krispyarena/book-hub.git cd book-hub
-
Setup the Database
- Update the connection string in
appsettings.json
with your SQL Server instance. - Apply migrations to create the database schema.
dotnet ef database update
- Update the connection string in
-
Run the Application
- Open the solution in Visual Studio.
- Build the solution to restore dependencies.
- Run the application.
- Navigate to the application URL in your browser.
- Register a new user or login with existing credentials.
- Explore the various features such as adding books, managing categories, shopping cart, and placing orders.
- Follow the official Microsoft Azure documentation to deploy the application to Azure.
- Follow the official Microsoft IIS documentation to deploy the application to IIS.
If you would like to contribute to this project, please fork the repository and create a pull request. We welcome all contributions that improve the project.
- Link to Presentation : Project Presentation
- Link to Report : Project Report
This project is licensed under the MIT License. See the LICENSE file for details.
For any inquiries or feedback, please contact at krispy.arena@gmail.com or create an issue on this repository.