{"id":23073542,"url":"https://github.com/tien4112004/ecommerce-mvc","last_synced_at":"2026-04-20T13:07:10.874Z","repository":{"id":262292772,"uuid":"872511466","full_name":"tien4112004/ecommerce-mvc","owner":"tien4112004","description":"EcommerceMVC is a robust ASP.NET Core MVC application designed to manage an e-commerce platform efficiently. It offers comprehensive features for both users and administrators.","archived":false,"fork":false,"pushed_at":"2024-12-16T06:33:58.000Z","size":2870,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-01T22:41:15.147Z","etag":null,"topics":["asp-net-core","bootstrap","doxygen","mvc","razor-pages","sql-server"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tien4112004.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-14T15:03:52.000Z","updated_at":"2024-12-31T09:48:37.000Z","dependencies_parsed_at":"2024-12-16T07:23:13.346Z","dependency_job_id":"ed189010-770b-4782-a50b-4eda5f60a785","html_url":"https://github.com/tien4112004/ecommerce-mvc","commit_stats":null,"previous_names":["tien4112004/ecommerce-mvc"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tien4112004/ecommerce-mvc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tien4112004%2Fecommerce-mvc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tien4112004%2Fecommerce-mvc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tien4112004%2Fecommerce-mvc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tien4112004%2Fecommerce-mvc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tien4112004","download_url":"https://codeload.github.com/tien4112004/ecommerce-mvc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tien4112004%2Fecommerce-mvc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32048474,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T11:35:06.609Z","status":"ssl_error","status_checked_at":"2026-04-20T11:34:48.899Z","response_time":94,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["asp-net-core","bootstrap","doxygen","mvc","razor-pages","sql-server"],"created_at":"2024-12-16T08:18:12.898Z","updated_at":"2026-04-20T13:07:10.858Z","avatar_url":"https://github.com/tien4112004.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EcommerceMVC\n\nEcommerceMVC is a robust ASP.NET Core MVC application designed to manage an e-commerce platform efficiently. It offers comprehensive features for both users and administrators.\n\n## Technical stack\n\n- Backend: ASP .NET Core 8.0\n- Frontend: Razor Pages, HTML, CSS (Bootstrap 4), JavaScript\n- Database: SQL Server (ORM: EF Core)\n- Testing: MSTest\n\n## Features\n\n### User Features\n\n- Browse Products\n- Search Products\n- Add Products to Cart\n- Checkout and Order Products\n- View Order History\n\n### Admin Features\n\n- Manage Products\n- Manage Categories\n- Manage Brands\n- Manage Orders\n- Manage Users\n- Pagination Support\n- Docker Integration\n\n## Project Structure\n\n```\n.\n├── EcommerceMVC\n│   ├── Areas\n│   │   └── Admin\n│   ├── Controllers\n│   ├── Data\n│   ├── Dtos\n│   │   └── UserDtos\n│   ├── Helpers\n│   │   └── Extensions\n│   ├── Migrations\n│   ├── Models\n│   │   ├── Validations\n│   │   └── ViewModels\n│   ├── Properties\n│   ├── Services\n│   │   ├── Implementations\n│   │   └── Interfaces\n│   ├── Views\n│   │   ├── Account\n│   │   ├── Brand\n│   │   ├── Cart\n│   │   ├── Category\n│   │   ├── Home\n│   │   ├── Order\n│   │   ├── Product\n│   │   ├── SavedAddress\n│   │   ├── Shared\n│   │   └── ViewComponents\n│   └── wwwroot\n│       ├── assets\n│       ├── backend\n│       ├── css\n│       ├── fonts\n│       ├── images\n│       ├── js\n│       ├── lib\n│       └── media\n└── EcommerceMVC.Tests\n    ├── Area\n    │   └── Admin\n    └── Services\n```\n\n## Getting Started\n\n### Prerequisites\n\n- .NET 8.0 SDK\n- Docker (optional, for containerization)\n\n### Installation\n\n1. Clone the repository:\n\n   ```sh\n   git clone https://github.com/yourusername/EcommerceMVC.git\n   cd EcommerceMVC\n   ```\n\n2. Add environment configuration as `.env.sample` structure in root directory.\n\n3. Restore the dependencies:\n\n   ```sh\n   dotnet restore\n   ```\n\n4. Run migrations:\n\n```sh\ndotnet ef database update\n```\n\n5. Build the project:\n\n   ```sh\n   dotnet build\n   ```\n\n6. Run the project:\n   ```sh\n   dotnet run # Run normally\n   dotnet watch run # Run with hot reload\n   ```\n\n### Running with Docker\n\nThis project has been setup with the most basic Docker configuration. To run the application in a Docker container, follow these steps:\n\n1. Build the Docker image:\n\n   ```sh\n   docker build -t ecommercemvc .\n   ```\n\n2. Run the Docker container:\n   ```sh\n   docker run -p 80:80 ecommercemvc\n   ```\n\n## Usage\n\nNavigate to `http://localhost:5421` in your web browser to access the application.\n\n## License\n\nThis project is unlicensed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftien4112004%2Fecommerce-mvc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftien4112004%2Fecommerce-mvc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftien4112004%2Fecommerce-mvc/lists"}