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#.
- Host: GitHub
- URL: https://github.com/connerkt/e-commerce-app
- Owner: ConnerKT
- Created: 2023-08-21T14:38:11.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-13T04:42:09.000Z (over 2 years ago)
- Last Synced: 2025-07-06T07:11:33.227Z (12 months ago)
- Topics: asp-net-core, csharp, mvc, react
- Language: JavaScript
- Homepage:
- Size: 376 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)