Skip to content

A simple, cross platform, modularized ecommerce system built on .NET Core

License

Notifications You must be signed in to change notification settings

dotnetcore5/SimplCommerce

This branch is 65 commits behind simplcommerce/SimplCommerce:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4b84142 · Jan 18, 2021
Oct 22, 2019
Nov 29, 2017
Aug 3, 2019
Nov 29, 2017
Jan 18, 2021
Nov 10, 2020
Jun 23, 2020
Dec 26, 2016
Aug 3, 2019
Nov 10, 2020
Sep 19, 2018
Sep 20, 2018
Feb 3, 2019
Jan 18, 2021
Jan 18, 2021
Sep 14, 2016
Nov 10, 2020
Jun 6, 2016
Jun 23, 2020
Nov 10, 2020
May 22, 2018
Nov 10, 2020
Apr 5, 2016
Mar 5, 2019
Dec 3, 2018
Dec 3, 2018
Dec 6, 2019

Repository files navigation

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

High level architecture

SimpleCommerce - Modular 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 2019 and SQL Server

Prerequisites

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

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 5.0
  • Entity Framework Core 5.0
  • ASP.NET Identity Core 5.0
  • 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 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]

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.

About

A simple, cross platform, modularized ecommerce system built on .NET Core

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 41.7%
  • TSQL 19.4%
  • HTML 15.9%
  • JavaScript 9.4%
  • CSS 9.3%
  • SCSS 2.1%
  • Other 2.2%