Posts

Showing posts from November, 2024

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": "...