All Projects → simplcommerce → Simplcommerce

simplcommerce / Simplcommerce

Licence: apache-2.0
A simple, cross platform, modularized ecommerce system built on .NET Core

Programming Languages

C#
18002 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
TSQL
950 projects
HTML
75241 projects
SCSS
7915 projects

Projects that are alternatives of or similar to Simplcommerce

Module Shop
一个基于 .NET Core构建的简单、跨平台、模块化的商城系统
Stars: ✭ 398 (-88.54%)
Mutual labels:  ecommerce, shopping-cart, entity-framework-core, aspnetcore, modular, cross-platform, dotnetcore, netcore
Module Shop Mini Program
一个基于 .NET Core构建的简单、跨平台、模块化的商城系统
Stars: ✭ 89 (-97.44%)
Mutual labels:  ecommerce, shopping-cart, entity-framework-core, aspnetcore, modular, cross-platform, dotnetcore, netcore
Netcorecms
NetCoreCMS is a modular theme supported Content Management System developed using ASP.Net Core 2.0 MVC. Which is also usable as web application framework. This project is still under development. Please do not use before it's first release.
Stars: ✭ 165 (-95.25%)
Mutual labels:  asp-net-core, aspnetcore, modular, cross-platform, dotnet-core, netcore
Nopcommerce
The most popular open-source eCommerce shopping cart solution based on ASP.NET Core
Stars: ✭ 6,827 (+96.52%)
Mutual labels:  ecommerce, shopping-cart, asp-net-core, aspnetcore, dotnet-core
Run Aspnetcore Realworld
E-Commerce real world example of run-aspnetcore ASP.NET Core web application. Implemented e-commerce domain with clean architecture for ASP.NET Core reference application, demonstrating a layered application architecture with DDD best practices. Download 100+ page eBook PDF from here ->
Stars: ✭ 208 (-94.01%)
Mutual labels:  ecommerce, shopping-cart, entity-framework-core, aspnetcore
Storedprocedureefcore
Entity Framework Core extension to execute stored procedures
Stars: ✭ 164 (-95.28%)
Mutual labels:  entity-framework-core, asp-net-core, dotnet-core, dotnetcore
Grandnode
Open source, headless, multi-tenant eCommerce platform built with .NET Core, MongoDB, AWS DocumentDB, Azure CosmosDB, Vue.js.
Stars: ✭ 1,768 (-49.11%)
Mutual labels:  ecommerce, shopping-cart, dotnet-core, dotnetcore
Netcorebbs
ASP.NET Core Light forum NETCoreBBS
Stars: ✭ 483 (-86.1%)
Mutual labels:  asp-net-core, aspnetcore, dotnet-core, netcore
Docker Series
Docker Series about containerizing ASP.NET Core app with MySQL..
Stars: ✭ 88 (-97.47%)
Mutual labels:  asp-net-core, aspnetcore, dotnet-core, dotnetcore
Cronscheduler.aspnetcore
Cron Scheduler for AspNetCore 2.x/3.x or DotNetCore 2.x/3.x Self-hosted
Stars: ✭ 100 (-97.12%)
Mutual labels:  asp-net-core, aspnetcore, dotnet-core, dotnetcore
Mix.core
🚀 Mixcore CMS is an open source CMS that support both headless and decoupled to easily build any kinds of app/web app/customisable APIs built on top of ASP.NET Core / Dotnet Core. It is a completely open source ASP.NET Core (Dotnet Core) CMS solution. https://mixcore.org
Stars: ✭ 304 (-91.25%)
Mutual labels:  ecommerce, asp-net-core, dotnet-core, dotnetcore
Awesome Microservices Netcore
💎 A collection of awesome training series, articles, videos, books, courses, sample projects, and tools for Microservices in .NET Core
Stars: ✭ 865 (-75.1%)
Mutual labels:  asp-net-core, aspnetcore, dotnet-core, dotnetcore
Elmahcore
ELMAH for Net.Standard and Net.Core
Stars: ✭ 127 (-96.34%)
Mutual labels:  asp-net-core, aspnetcore, netcore, net-core
grandnode2
Free, Open source, Fast, Headless, Multi-tenant eCommerce platform built with .NET Core, MongoDB, AWS DocumentDB, Azure CosmosDB, LiteDB, Vue.js.
Stars: ✭ 626 (-81.98%)
Mutual labels:  ecommerce, shopping-cart, aspnetcore, netcore
Fanray
A blog built with ASP.NET Core
Stars: ✭ 117 (-96.63%)
Mutual labels:  entity-framework-core, asp-net-core, dotnet-core
Csharp Datatables Parser
C# Serverside parser for the popuplar jQuery datatables plugin.
Stars: ✭ 119 (-96.57%)
Mutual labels:  entity-framework-core, asp-net-core, dotnet-core
Dotnetlabs
.NET Labs -- Show Me the Tips and Tricks and Code
Stars: ✭ 135 (-96.11%)
Mutual labels:  entity-framework-core, dotnet-core, dotnetcore
Aspnetcore Realworld Example App
ASP.NET Core backend implementation for RealWorld
Stars: ✭ 1,315 (-62.15%)
Mutual labels:  entity-framework-core, asp-net-core, net-core
Onion Architecture Asp.net Core
WhiteApp API solution template which is built on Onion Architecture with all essential feature using .NET 5!
Stars: ✭ 196 (-94.36%)
Mutual labels:  entity-framework-core, asp-net-core, aspnetcore
Run Aspnetcore
A starter kit for your next ASP.NET Core web application. Boilerplate for ASP.NET Core reference application, demonstrating a layered application architecture with applying Clean Architecture and DDD best practices. Download 100+ page eBook PDF from here ->
Stars: ✭ 227 (-93.47%)
Mutual labels:  entity-framework-core, aspnetcore, dotnet-core

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 2022 and SQL Server

Prerequisites

  • SQL Server
  • Visual Studio 2022

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: [email protected], 1qazZAQ!

Mac/Linux with PostgreSQL

Prerequisite

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:5000 in the browser. The back-office can be accessed via /Admin using the following built-in account: [email protected], 1qazZAQ!

Technologies and frameworks used:

  • ASP.NET MVC Core 6.0
  • Entity Framework Core 6.0
  • ASP.NET Identity Core 6.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 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].