Skip to content

simplcommerce/SimplCommerce

Folders and files

NameName
Last commit message
Last commit date
Oct 22, 2021
Nov 29, 2017
Aug 3, 2019
Nov 29, 2017
Feb 27, 2025
Mar 17, 2024
Jun 23, 2020
Dec 26, 2016
Feb 8, 2022
Jan 5, 2024
Sep 19, 2018
Sep 20, 2018
Feb 3, 2019
Jan 18, 2021
Jan 18, 2021
Sep 14, 2016
May 8, 2024
Oct 22, 2021
Jun 6, 2016
Jan 11, 2024
Oct 21, 2021
Jan 5, 2024
May 22, 2018
Jan 5, 2024
Apr 5, 2016
Mar 5, 2019
Dec 3, 2018
Dec 3, 2018
May 8, 2024

A simple, cross platform, modulith ecommerce system built on .NET Core Join the chat at https://gitter.im/simplcommerce/SimplCommerce

High level architecture

SimpleCommerce - Modulith architecture

Build Status

Build server Platform Status
Azure Pipelines All Build Status
Travis Linux / MacOS Build Status

Online demo (Azure Website)

Docker

For testing purpose only docker run -p 5000:80 simplcommerce/ci-build

Continuous deployment: https://ci.simplcommerce.com

Visual Studio 2022 and SQL Server

Prerequisites

  • SQL Server
  • Visual Studio 2022 and .NET 8

Steps to run

  • Update the connection string in appsettings.json in SimplCommerce.WebHost
  • Build the whole solution.
  • In Solution Explorer, make sure that SimplCommerce.WebHost is selected as the Startup Project
  • Open the Package Manager Console Window and make sure that SimplCommerce.WebHost is selected as the Default project. Then type "Update-Database" then press "Enter". This action will create the database schema.
  • In Visual Studio, press "Control + F5".
  • The back-office can be accessed via /Admin using the following built-in account: admin@simplcommerce.com, 1qazZAQ!

Mac/Linux with PostgreSQL

Prerequisite

  • PostgreSQL
  • .NET Core SDK 8.0
  • Entity Framework Core Tools (dotnet tool install --global dotnet-ef)

Steps to run

  • Update the connection string in appsettings.json in SimplCommerce.WebHost.
  • Run the simpl-build.sh file by issuing the following command: "sudo ./simpl-build.sh". For ubuntu 18: "sudo bash simpl-build.sh"
  • In the terminal, navigate to "src/SimplCommerce.WebHost" and type "dotnet run" and then hit "Enter".
  • Open http://localhost:49206 in the browser. The back-office can be accessed via /Admin using the following built-in account: admin@simplcommerce.com, 1qazZAQ!

Technologies and frameworks used:

  • ASP.NET Core
  • Entity Framework Core
  • ASP.NET Identity Core
  • Angular 1.6.3
  • MediatR 7.0.0 for domain event

Docs

https://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 creating new issues or adding comments to issues
  • Submit pull requests
  • Spread the word by blogging about SimplCommerce or sharing it on social networks
  • Donate to 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]

Sponsors

Become a sponsor and get your logo on our README on Github with a link to your site. [Become a sponsor]

License

SimplCommerce is licensed under the Apache 2.0 license.