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

https://github.com/fap220103/e-commercestore

An ASP.NET Core MVC-based e-commerce web application designed for selling products online. This project features product management, user authentication, shopping cart functionality, and order processing. It aims to provide a responsive, user-friendly interface with a focus on performance and security.
https://github.com/fap220103/e-commercestore

asp-net-core-mvc sql-server

Last synced: 5 months ago
JSON representation

An ASP.NET Core MVC-based e-commerce web application designed for selling products online. This project features product management, user authentication, shopping cart functionality, and order processing. It aims to provide a responsive, user-friendly interface with a focus on performance and security.

Awesome Lists containing this project

README

          

# Cài Đặt Dự Án

## Cài Đặt

1. clone dự án về
2. Tạo file appsettings.json và sao chép file `appsettings.development.json` vào `appsettings.json`.
3. Chỉnh sửa các giá trị trong `appsettings.json` để phù hợp với môi trường của bạn.

## Biến Môi Trường

Thiết lập các biến môi trường sau:

- `ASPNETCORE_ENVIRONMENT=Development`
- `ConnectionStrings__DefaultConnection=Server=myServer;Database=myDb;User Id=myUser;Password=myPass;`

## Chạy Ứng Dụng

Sử dụng lệnh sau để chạy ứng dụng:

```bash
dotnet run