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.
- Host: GitHub
- URL: https://github.com/fap220103/e-commercestore
- Owner: Fap220103
- Created: 2024-08-04T23:03:22.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-31T10:52:37.000Z (almost 2 years ago)
- Last Synced: 2025-04-09T14:13:43.957Z (about 1 year ago)
- Topics: asp-net-core-mvc, sql-server
- Language: C#
- Homepage: http://manphap-001-site1.ftempurl.com/
- Size: 30.5 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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