An open API service indexing awesome lists of open source software.

https://github.com/connerkt/e-commerce-app

Ecommerce Amazon clone, that utilizes MVC, ASP.NET, and C#.
https://github.com/connerkt/e-commerce-app

asp-net-core csharp mvc react

Last synced: about 2 months ago
JSON representation

Ecommerce Amazon clone, that utilizes MVC, ASP.NET, and C#.

Awesome Lists containing this project

README

          

# Amazon Clone

This is a Amazon clone I built when first learning C#

## Table of Contents

- [Overview](#overview)
- [Technologies](#technologies)
- [Getting Started](#getting-started)
- [Prerequisites](#prerequisites)

## Overview
This E-Commerce platform allows users to browse a wide range of products, add items to their shopping cart, and securely complete the purchase. With a user-friendly interface, seamless navigation, and robust backend architecture, the app provides a delightful and efficient shopping experience.

## Technologies

- **Frontend:**
- [React](https://reactjs.org/) - JavaScript library for building user interfaces
- [Create React App](https://create-react-app.dev/) - Tool for creating React applications with no build configuration

- **Backend:**
- [.NET Core](https://dotnet.microsoft.com/) - Cross-platform, high-performance framework for building modern, cloud-based, and internet-connected applications
- [ASP.NET Core MVC](https://docs.microsoft.com/en-us/aspnet/core/mvc/) - A web framework for building modular, cloud-based, and internet-connected applications
- [Entity Framework Core](https://docs.microsoft.com/en-us/ef/core/) - Object-relational mapping (ORM) framework for .NET

## Getting Started

### Prerequisites

Ensure you have the following tools installed:

- [.NET SDK](https://dotnet.microsoft.com/download)
- [Node.js](https://nodejs.org/)
- [npm](https://www.npmjs.com/) or [Yarn](https://yarnpkg.com/)