kaylangan / SimplCommerce

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

Home Page:http://www.simplcommerce.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Join the chat at https://gitter.im/simplcommerce/SimplCommerce

Build Status

Build server Platform Status
AppVeyor Windows Build 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 2017 and SQL Server

Prerequisites

Steps to run

  • Update the connection string in appsettings.json in SimplCommerce.WebHost
  • Build whole solution.
  • Open Package Manager Console Window and 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 2.1
  • Entity Framework Core 2.1
  • ASP.NET Identity Core 2.1
  • Angular 1.6.3
  • MediatR 5.0.1 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]

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

http://www.simplcommerce.com

License:Apache License 2.0


Languages

Language:C# 48.3%Language:HTML 20.7%Language:CSS 18.8%Language:JavaScript 12.1%Language:Dockerfile 0.1%Language:Shell 0.1%Language:PowerShell 0.0%