github so


# Full-Stack E-commerce Application using ASP.NET Core MVC

This is a comprehensive E-commerce application built using ASP.NET Core MVC. It provides a robust platform for customers and administrators with features such as role-based authorization, product browsing, cart management, order handling, payment integration, and external login functionality. The application is designed for scalability, responsiveness, and ease of use.



## Screenshots

_Layout (Homepage):

![Screenshot (32)](https://github.com/user-attachments/assets/92bc3927-9cd3-45fb-8cf2-a6a88c2c86b2)



## Setup Instructions

Clone the Repository:

```bash
  https://github.com/erytym/EcommerceMVC.git
```

Configure the App:

```bash
{
  "Stripe": {
    "PublishableKey": "your-publishable-key",
    "SecretKey": "your-secret-key"
  },
  "Authentication": {
    "Facebook": {
      "AppId": "your-app-id",
      "AppSecret": "your-app-secret"
    }
  }
}
```
Database Migration:

```bash
dotnet ef database update
```
Run the Application:

```bash
dotnet run
```
Access the Application:

```bash
https://localhost:5001.
```

Comments

Popular posts from this blog

c# .net learning From 19 Sep 2023

template

settings.json