All Projects → trueai-org → Module Shop

trueai-org / Module Shop

一个基于 .NET Core构建的简单、跨平台、模块化的商城系统

Programming Languages

csharp
926 projects

Projects that are alternatives of or similar to Module Shop

Module Shop Mini Program
一个基于 .NET Core构建的简单、跨平台、模块化的商城系统
Stars: ✭ 89 (-77.64%)
Mutual labels:  ecommerce, shop, shopping-cart, entity-framework-core, aspnetcore, modular, cross-platform, dotnetcore, netcore
Simplcommerce
A simple, cross platform, modularized ecommerce system built on .NET Core
Stars: ✭ 3,474 (+772.86%)
Mutual labels:  ecommerce, shopping-cart, entity-framework-core, aspnetcore, modular, cross-platform, dotnetcore, netcore
grandnode2
Free, Open source, Fast, Headless, Multi-tenant eCommerce platform built with .NET Core, MongoDB, AWS DocumentDB, Azure CosmosDB, LiteDB, Vue.js.
Stars: ✭ 626 (+57.29%)
Mutual labels:  ecommerce, shopping-cart, shop, aspnetcore, netcore
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 (-47.74%)
Mutual labels:  ecommerce, shopping-cart, entity-framework-core, aspnetcore
Grandnode
Open source, headless, multi-tenant eCommerce platform built with .NET Core, MongoDB, AWS DocumentDB, Azure CosmosDB, Vue.js.
Stars: ✭ 1,768 (+344.22%)
Mutual labels:  ecommerce, shop, shopping-cart, dotnetcore
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 (-58.54%)
Mutual labels:  aspnetcore, modular, cross-platform, netcore
Nopcommerce
The most popular open-source eCommerce shopping cart solution based on ASP.NET Core
Stars: ✭ 6,827 (+1615.33%)
Mutual labels:  ecommerce, shop, shopping-cart, aspnetcore
Aimeos
Integrated online shop based on Laravel 8 and the Aimeos e-commerce framework
Stars: ✭ 2,354 (+491.46%)
Mutual labels:  ecommerce, shop, shopping-cart
Ecommwar
A leaderboard of the top open-source e-commerce platforms. Promoting the bests for building reliable stores.
Stars: ✭ 203 (-48.99%)
Mutual labels:  ecommerce, shop, shopping-cart
ng-shopping-cart
🛒 An Angular component library to create shopping carts
Stars: ✭ 46 (-88.44%)
Mutual labels:  ecommerce, shopping-cart, shop
Ryal
🏵 An e-commerce library for elixir; just to save you some pain, we're still in construction, so star us instead or donate!
Stars: ✭ 87 (-78.14%)
Mutual labels:  ecommerce, shop, shopping-cart
Arastta
Solid, Free, Open Source, Community Driven eCommerce
Stars: ✭ 251 (-36.93%)
Mutual labels:  ecommerce, shop, shopping-cart
FoodDelivery
E-Commerce demo project. Food delivery application project made with.
Stars: ✭ 106 (-73.37%)
Mutual labels:  ecommerce, shopping-cart, shop
S Cart
This project has been replaced by https://github.com/s-cart/s-cart
Stars: ✭ 258 (-35.18%)
Mutual labels:  ecommerce, shop, shopping-cart
Laracom
Laravel FREE E-Commerce Software
Stars: ✭ 1,570 (+294.47%)
Mutual labels:  ecommerce, shop, shopping-cart
mytek
Django e-commerce web application with advanced features
Stars: ✭ 27 (-93.22%)
Mutual labels:  ecommerce, shopping-cart, shop
Awesome-Nuget-Packages
📦 A collection of awesome and top .NET packages sorted by most popular needs.
Stars: ✭ 87 (-78.14%)
Mutual labels:  aspnetcore, dotnetcore, netcore
react-ecommerce
E-commerce monorepo application using NextJs, React, React-native, Design-System and Graphql with Typescript
Stars: ✭ 136 (-65.83%)
Mutual labels:  ecommerce, shopping-cart, shop
Sylius
Open Source eCommerce Platform on Symfony
Stars: ✭ 6,598 (+1557.79%)
Mutual labels:  ecommerce, shop, shopping-cart
Cosmos.Identity
A Cosmos storage provider for ASP.NET Core Identity.
Stars: ✭ 26 (-93.47%)
Mutual labels:  aspnetcore, dotnetcore, netcore

ModuleShop

一个基于 .NET Core构建的简单、跨平台、模块化的商城系统

跨平台

Docker, Windows, Linux, Mac. Microsoft SQL Server, PostgreSQL, MySQL, SQLite

模块化

该应用程序分为许多自包含模块

免费并且开源

ModuleShop完全免费并且开源

后台API

项目地址:https://github.com/trueai-org/module-shop-admin

在线预览:https://demo.shopapi.circle.ac.cn/swagger

项目结构

商品

后台前端

项目地址:https://github.com/trueai-org/module-shop

在线预览:https://demo.shop.circle.ac.cn admin/123456

前端框架:Ant Design Pro

使用文档:http://pro.ant.design/docs/getting-started-cn

项目截图

商品 商品 订单 首页显示配置

功能列表

  • 商品:分类、品牌、单位、选项(销售属性)、属性、属性模板、属性组
  • 销售:订单、物流
  • 内容:首页配置、评论、回复
  • 配置:国家、用户、仓库、运费、高级设置、主体化本土化
  • 系统:样本数据
  • 活动:折扣
  • 首页:首页

微信小程序

项目地址:https://github.com/trueai-org/module-shop-mini-program

在线预览(天网商城):

小程序码

项目截图

首页

分类

购物车

商品详情

订单列表

订单详情

评价

我的

功能列表

  • 首页
  • 分类首页、分类商品、新品首发、人气推荐、商品页面等、可通过后台配置
  • 商品详情页面,包含加入购物车、收藏商品、商品评论功能
  • 搜索功能
  • 完整的购物流程,商品的加入、编辑、删除、批量选择,收货地址的选择,下单支付
  • 会员中心(订单、收藏、足迹、收货地址、意见反馈) ....

项目结构

├─config                
├─lib
│  └─wxParse   
├─pages
│  ├─auth
│  │  ├─login
│  │  ├─register
│  │  └─reset
│  ├─brand
│  ├─brandDetail
│  ├─cart
│  ├─catalog
│  ├─category
│  ├─comment
│  ├─goods
│  ├─hotGoods
│  ├─index
│  ├─logs
│  ├─newGoods
│  ├─pay
│  ├─search
│  ├─shopping
│  │  ├─address
│  │  ├─addressAdd
│  │  └─checkout
│  ├─topic
│  ├─topicDetail
│  └─ucenter
│      ├─address
│      ├─addressAdd
│      ├─collect
│      ├─coupon
│      ├─feedback
│      ├─footprint
│      ├─index
│      ├─order
│      └─orderDetail
├─static
│  └─images
└─utils

交流

喜欢别忘了 Star,有问题可通过微信、公众号、QQ 群联系我,谢谢您的关注。

ModuleShop交流群(863275860)

ModuleShop交流群二维码

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].