Build server | Platform | Status |
---|---|---|
AppVeyor | Windows | |
Azure Pipelines | All | |
Travis | Linux / MacOS |
- Store front: http://demo.simplcommerce.com
- Administration: http://demo.simplcommerce.com/admin Email: [email protected] Password: 1qazZAQ!
For testing purpose only docker run -p 5000:80 simplcommerce/ci-build
Continuous deployment: https://ci.simplcommerce.com
- 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: [email protected], 1qazZAQ!
- PostgreSQL
- .NET Core SDK 2.2.101
- 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: [email protected], 1qazZAQ!
- 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
https://github.com/simplcommerce/SimplCommerce/wiki/Roadmap
- 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
This project exists thanks to all the people who contribute.
Love our work and help us continue our activities? [Become a backer]
Become a sponsor and get your logo on our README on Github with a link to your site. [Become a sponsor]
SimplCommerce is licensed under the Apache 2.0 license.