This repository contains the source code for an E-Commerce application developed as a practice project to enhance Dot Net development skills. The app serves as a learning resource for building E-Commerce applications using Dot Net microservices.
- Product Purchases: Users can browse and purchase various items from the online store.
- Discount Coupons: Users have the ability to apply discount coupons during the checkout process.
- Email Confirmation: Users receive email confirmations once their orders are successfully placed.
- .NET 6.0: The latest version of the .NET framework.
- ASP.NET Core Web API: Building robust and scalable RESTful APIs.
- C#: The primary programming language.
- Entity Framework Core: An Object-Relational Mapping (ORM) framework for database interactions.
- RabbitMQ: A message broker for communication between microservices.
- .NET 6 SDK
- Entity Framework Core
- RabbitMQ (if applicable)
- Clone the repository bash git clone https://github.com/RahulMule/EcommerceApp.git