Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.23 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.23 KB

E-Commerce App

Overview

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.

Features

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

Technologies Used

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

Getting Started

Prerequisites

Installation

  1. Clone the repository bash git clone https://github.com/RahulMule/EcommerceApp.git