This project is a web application that provides the basic functionality of an e-commerce website. It is developed using Blazor technology.
- Product Catalog: Users can list, search, and view details of available products.
- Shopping Cart: Users can add products to their cart, view their cart, and complete order processes.
- Payment Processing: Users can pay for the products in their cart. Demo credit card integration is provided for payment processing.
- Clone the project:
git clone https://github.com/user/e-commerce-project.git
- Navigate to the project directory:
cd e-commerce-project
- Open the project in an IDE such as Visual Studio or Visual Studio Code.
- Run
dotnet restore
to install project dependencies. - Run
dotnet run
to start the project. - Visit
https://localhost:5001
in your browser to view the application.
- Blazor: Used for user interface and interactive components.
- ASP.NET Core: Used for web application infrastructure.
- Entity Framework Core: Used for database operations.
- Bootstrap: Used for user interface design.
- SQL Server: Used for database management.
- Contributions and feedback are welcome. If you find a bug or want to add a new feature, please open an Issue or submit a Pull Request.
This project is licensed under the MIT License. See the LICENSE file for details.