simplcommerce-SimplCommerce

所属分类:其他
开发工具:C#
文件大小:18821KB
下载次数:0
上传日期:2019-06-28 10:31:07
上 传 者blueshy
说明:  能够实现简单的电子商务功能,下载后可以直接使用。
(simple commerce system.)

文件列表:
simplcommerce-SimplCommerce-deae5be (0, 2019-03-22)
simplcommerce-SimplCommerce-deae5be\.editorconfig (5628, 2019-03-22)
simplcommerce-SimplCommerce-deae5be\.travis.yml (315, 2019-03-22)
simplcommerce-SimplCommerce-deae5be\CODE_OF_CONDUCT.md (3215, 2019-03-22)
simplcommerce-SimplCommerce-deae5be\CONTRIBUTING.md (711, 2019-03-22)
simplcommerce-SimplCommerce-deae5be\Delete-BIN-OBJ-Folders.bat (347, 2019-03-22)
simplcommerce-SimplCommerce-deae5be\Dockerfile (1875, 2019-03-22)
simplcommerce-SimplCommerce-deae5be\Dockerfile-sqlite (1522, 2019-03-22)
simplcommerce-SimplCommerce-deae5be\License.txt (11358, 2019-03-22)
simplcommerce-SimplCommerce-deae5be\Settings.StyleCop (10626, 2019-03-22)
simplcommerce-SimplCommerce-deae5be\SimplCommerce.sln (63677, 2019-03-22)
simplcommerce-SimplCommerce-deae5be\appveyor.yml (314, 2019-03-22)
simplcommerce-SimplCommerce-deae5be\aws-beanstalk (0, 2019-03-22)
simplcommerce-SimplCommerce-deae5be\aws-beanstalk\Dockerfile (160, 2019-03-22)
simplcommerce-SimplCommerce-deae5be\aws-beanstalk\ebapp (0, 2019-03-22)
simplcommerce-SimplCommerce-deae5be\aws-beanstalk\ebapp\.ebextensions (0, 2019-03-22)
simplcommerce-SimplCommerce-deae5be\aws-beanstalk\ebapp\.ebextensions\01_nginx.config (137, 2019-03-22)
simplcommerce-SimplCommerce-deae5be\aws-beanstalk\ebapp\Dockerrun.aws.json (194, 2019-03-22)
simplcommerce-SimplCommerce-deae5be\aws-beanstalk\simplcommerce-eb.zip (528, 2019-03-22)
simplcommerce-SimplCommerce-deae5be\azure-pipelines.yml (2309, 2019-03-22)
simplcommerce-SimplCommerce-deae5be\build (0, 2019-03-22)
simplcommerce-SimplCommerce-deae5be\build\SimplCommerce.Build.sln (1152, 2019-03-22)
simplcommerce-SimplCommerce-deae5be\build\SimplCommerce.MSBuildTasks (0, 2019-03-22)
simplcommerce-SimplCommerce-deae5be\build\SimplCommerce.MSBuildTasks\CopyModuleTask.cs (4561, 2019-03-22)
simplcommerce-SimplCommerce-deae5be\build\SimplCommerce.MSBuildTasks\Module.cs (292, 2019-03-22)
simplcommerce-SimplCommerce-deae5be\build\SimplCommerce.MSBuildTasks\ModuleManifest.cs (481, 2019-03-22)
simplcommerce-SimplCommerce-deae5be\build\SimplCommerce.MSBuildTasks\SimplCommerce.MSBuildTasks.csproj (261, 2019-03-22)
simplcommerce-SimplCommerce-deae5be\build\net46 (0, 2019-03-22)
simplcommerce-SimplCommerce-deae5be\build\net46\Microsoft.Build.Framework.dll (120576, 2019-03-22)
simplcommerce-SimplCommerce-deae5be\build\net46\Microsoft.Build.Utilities.Core.dll (388352, 2019-03-22)
simplcommerce-SimplCommerce-deae5be\build\net46\Microsoft.VisualStudio.Setup.Configuration.Interop.dll (28992, 2019-03-22)
simplcommerce-SimplCommerce-deae5be\build\net46\SimplCommerce.MSBuildTasks.dll (8704, 2019-03-22)
simplcommerce-SimplCommerce-deae5be\build\net46\System.Collections.Immutable.dll (358536, 2019-03-22)
simplcommerce-SimplCommerce-deae5be\build\net46\System.Runtime.InteropServices.RuntimeInformation.dll (33256, 2019-03-22)
simplcommerce-SimplCommerce-deae5be\build\netcoreapp2.0 (0, 2019-03-22)
simplcommerce-SimplCommerce-deae5be\build\netcoreapp2.0\SimplCommerce.MSBuildTasks.deps.json (14800, 2019-03-22)
simplcommerce-SimplCommerce-deae5be\build\netcoreapp2.0\SimplCommerce.MSBuildTasks.dll (8704, 2019-03-22)
... ...

# A simple, cross platform, modularized ecommerce system built on .NET Core [![Join the chat at https://gitter.im/simplcommerce/SimplCommerce](https://badges.gitter.im/simplcommerce/SimplCommerce.svg)](https://gitter.im/simplcommerce/SimplCommerce?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) ## High level architecture ![SimpleCommerce - Modular architecture](https://raw.githubusercontent.com/simplcommerce/SimplCommerce/master/modular-architecture.png) ## Build Status | Build server | Platform | Status | |-----------------|----------------|-------------| | AppVeyor | Windows |[![Build status](https://ci.appveyor.com/api/projects/status/cq61prgs6ta8e9hi/branch/master?svg=true)](https://ci.appveyor.com/project/thiennn/simplcommerce/branch/master) | | Azure Pipelines | All |[![Build Status](https://simplcommerce.visualstudio.com/simplcommerce/_apis/build/status/simplcommerce.SimplCommerce?branchName=master)](https://simplcommerce.visualstudio.com/simplcommerce/_build/latest?definitionId=1&branchName=master) |Travis | Linux / MacOS |[![Build Status](https://travis-ci.org/simplcommerce/SimplCommerce.svg?branch=master)](https://travis-ci.org/simplcommerce/SimplCommerce) | ## Online demo (Azure Website) - Store front: http://demo.simplcommerce.com - Administration: http://demo.simplcommerce.com/admin Email: admin@simplcommerce.com Password: 1qazZAQ! ## Docker For testing purpose only `docker run -p 5000:80 simplcommerce/ci-build` Continuous deployment: https://ci.simplcommerce.com ## Visual Studio 2017 and SQL Server #### Prerequisites - SQL Server - [Visual Studio 2017 version >= 15.8 with .NET Core SDK 2.2.101](https://www.microsoft.com/net/download/all) #### Steps to run - Update the connection string in appsettings.json in SimplCommerce.WebHost - Build whole solution. - In Solution Explorer, make sure that SimplCommerce.WebHost is selected as the Startup Project - Open Package Manager Console Window and make sure that SimplCommerce.WebHost is selected as Default project. Then type "Update-Database" then press "Enter". This action will create database schema. - In Visual Studio, press "Control + F5". - The back-office can access via /Admin using the pre-created account: admin@simplcommerce.com, 1qazZAQ! ## Mac/Linux with PostgreSQL #### Prerequisite - PostgreSQL - [.NET Core SDK 2.2.101](https://www.microsoft.com/net/download/all) #### Steps to run - Update the connection string in appsettings.json in SimplCommerce.WebHost. - Run file simpl-build.sh by "sudo ./simpl-build.sh". For ubuntu 18 "sudo bash simpl-build.sh" - In the terminal, navigate to the "src/SimplCommerce.WebHost" type "dotnet run" and hit "Enter". - Open browser, open http://localhost:5000. The back-office can access via /Admin using the pre-created account: admin@simplcommerce.com, 1qazZAQ! ## Technologies and frameworks used: - ASP.NET MVC Core 2.2 - Entity Framework Core 2.2 - ASP.NET Identity Core 2.2 - Angular 1.6.3 - MediatR 6.0.0 for domain event ## Docs http://docs.simplcommerce.com ## Roadmap https://github.com/simplcommerce/SimplCommerce/wiki/Roadmap ## How to contribute - Star this project on GitHub. - Report bugs or suggest features by create new issues or add comments to issues - Submit pull requests - Spread the word by blogging about SimplCommerce or sharing it on social networks - Donate us ## Contributors This project exists thanks to all the people who contribute. contributors ## Backers Love our work and help us continue our activities? [[Become a backer](https://opencollective.com/simplcommerce#backer)] ## Sponsors Become a sponsor and get your logo on our README on Github with a link to your site. [[Become a sponsor](https://opencollective.com/simplcommerce#sponsor)] ## License SimplCommerce is licensed under the Apache 2.0 license.

近期下载者

相关文件


收藏者