Skip to content

This project leverages the power of ASP.NET Core MVC and Entity Framework Core to create a robust and scalable eCommerce web application related to books.

Notifications You must be signed in to change notification settings

krispyarena/book-hub

Repository files navigation

Book E-commerce Management System

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.

Project Overview

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

Features

CRUD Operations

  • Implement CRUD operations using Entity Framework for managing books, authors, and categories.

User Authentication

  • Integrate Identity Framework for user login and registration.
  • Implement role-based authorization for different user roles.

Shopping Cart and Orders

  • 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.

User Interface

  • Design a responsive and user-friendly interface using Bootstrap v5.
  • Implement custom tag helpers and view components for better UI management.

Filter

  • Filter functionalities for order management.

Getting Started

Prerequisites

  • Visual Studio 2022
  • .NET 8 SDK
  • SQL Server Management Studio

Installation

  1. Clone the repository

    git clone https://github.com/krispyarena/book-hub.git
    cd book-hub
  2. 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
  3. Run the Application

    • Open the solution in Visual Studio.
    • Build the solution to restore dependencies.
    • Run the application.

Usage

  • 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.

Deployment

Deploying to Azure

Deploying to IIS

Contributing

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.

Extra Resources

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

For any inquiries or feedback, please contact at [email protected] or create an issue on this repository.

About

This project leverages the power of ASP.NET Core MVC and Entity Framework Core to create a robust and scalable eCommerce web application related to books.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published