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):

## 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
Post a Comment