All Projects → eCommWar → Ecommwar

eCommWar / Ecommwar

A leaderboard of the top open-source e-commerce platforms. Promoting the bests for building reliable stores.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Ecommwar

awesome-ecommerce
Collect and develop Open Source or Free Projects for building ecommerce platform easy and fast and free
Stars: ✭ 39 (-80.79%)
Mutual labels:  ecommerce, shopping-cart, woocommerce, shopping, cart
Grandnode
Open source, headless, multi-tenant eCommerce platform built with .NET Core, MongoDB, AWS DocumentDB, Azure CosmosDB, Vue.js.
Stars: ✭ 1,768 (+770.94%)
Mutual labels:  ecommerce, shop, shopping-cart, ecommerce-platform, cart
Aimeos
Integrated online shop based on Laravel 8 and the Aimeos e-commerce framework
Stars: ✭ 2,354 (+1059.61%)
Mutual labels:  ecommerce, shop, shopping-cart, ecommerce-platform, cart
Arastta
Solid, Free, Open Source, Community Driven eCommerce
Stars: ✭ 251 (+23.65%)
Mutual labels:  ecommerce, shop, shopping-cart, ecommerce-platform, cart
Laravel Ecommerce
AvoRed an Open Source Laravel Shopping Cart
Stars: ✭ 1,151 (+467%)
Mutual labels:  ecommerce, shopping-cart, ecommerce-platform, cart, shopping
Nopcommerce
The most popular open-source eCommerce shopping cart solution based on ASP.NET Core
Stars: ✭ 6,827 (+3263.05%)
Mutual labels:  ecommerce, shop, shopping-cart, ecommerce-platform, cart
Wellcommerce
Open-source E-Commerce software
Stars: ✭ 499 (+145.81%)
Mutual labels:  ecommerce, shop, shopping-cart, ecommerce-platform
Yii2 fecshop
yii2 ( PHP ) fecmall(fecshop) core code used for ecommerce shop 多语言多货币多入口的开源电商 B2C 商城,支持移动端vue, app, html5,微信小程序微店,微信小程序商城等
Stars: ✭ 4,864 (+2296.06%)
Mutual labels:  ecommerce, shop, cart, shopping
Laracom
Laravel FREE E-Commerce Software
Stars: ✭ 1,570 (+673.4%)
Mutual labels:  ecommerce, shop, shopping-cart, shopping
saleor
A modular, high performance, headless e-commerce platform built with Python, GraphQL, Django, and React.
Stars: ✭ 15,824 (+7695.07%)
Mutual labels:  ecommerce, shop, ecommerce-platform, cart
Yupe
Yupe! is an open source Yiiframework-based online e-commerce solution. Demo https://demo.yupe.ru/
Stars: ✭ 596 (+193.6%)
Mutual labels:  ecommerce, shop, shopping-cart, ecommerce-platform
Sylius
Open Source eCommerce Platform on Symfony
Stars: ✭ 6,598 (+3150.25%)
Mutual labels:  ecommerce, shop, shopping-cart, ecommerce-platform
Example Storefront
Example Storefront is Reaction Commerce’s headless ecommerce storefront - Next.js, GraphQL, React. Built using Apollo Client and the commerce-focused React UI components provided in the Storefront Component Library (reactioncommerce/reaction-component-library). It connects with Reaction backend with the GraphQL API.
Stars: ✭ 471 (+132.02%)
Mutual labels:  ecommerce, shop, ecommerce-platform, cart
Aimeos Laravel
Laravel ecommerce package for professional, ultra fast online shops, complex B2B applications and #gigacommerce
Stars: ✭ 5,204 (+2463.55%)
Mutual labels:  ecommerce, shop, ecommerce-platform, shopping-cart
Awesome Woocommerce
Plugins and code snippets to improve your WooCommerce store.
Stars: ✭ 279 (+37.44%)
Mutual labels:  ecommerce, shopping-cart, cart, woocommerce
Spree
Open Source headless multi-language/multi-currency/multi-store eCommerce platform
Stars: ✭ 11,571 (+5600%)
Mutual labels:  ecommerce, shop, ecommerce-platform, cart
Cezerin2
Cezerin2 is React and Node.js based eCommerce platform. React Shopping Cart. "All In One" App: Cezerin API + Cezerin Storefront + Cezerin Dashboard.
Stars: ✭ 144 (-29.06%)
Mutual labels:  shopping-cart, ecommerce-platform, cart, shopping
storefront-app
Storefront by Fleetbase is an open source hyperlocal shopping or services app. Enables users to quickly launch their own shop or service booking app or setup a multi-vendor marketplace.
Stars: ✭ 40 (-80.3%)
Mutual labels:  ecommerce, shopping-cart, shop, cart
Saleor
A modular, high performance, headless e-commerce platform built with Python, GraphQL, Django, and React.
Stars: ✭ 14,720 (+7151.23%)
Mutual labels:  ecommerce, shop, ecommerce-platform, cart
Gogrocery
Its an eCommerce app inspired from Amazon , big Basket , grofers ,grocery app , Etc
Stars: ✭ 62 (-69.46%)
Mutual labels:  ecommerce, shopping-cart, cart, shopping

eCommWar

eCommWar.com, a leaderboard of top open-source e-commerce platforms.

Contributing

Missing an e-commerce platform here? Just fork the repo and add your platform as a <name>.md in the source/projects folder.

Make sure to follow the following rules:

  • Open Source: The platform must have a public repository on Github that we can link to and pull in stats from.
  • Stick to the format: Fill out all the same fields as the other e-commerce platforms in source/projects.
  • Short description: Keep all the details for the body text, keep the description for the overview page short and sweet.

Dependencies

Debian/Ubuntu

sudo apt install ruby-bundler ruby-dev

Other

Check whether ruby could compile native extensions.

middleman depends on nokogiri which needs to compile native extension.

Running locally

eCommWar is built with Middleman. To install and run locally:

    git clone https://github.com/eCommWar/eCommWar.git
    cd eCommWar
    bundle install --path vendor/bundle
    bundle exec middleman

You'll run into GitHub's API limits very quickly if you just do this. To avoid this we recommend you create a Github API token with permissions to access public repositories and Gist.

Then create a Gist with a single file data.json with an empty javascript object literal as content: {}

Then set these environment variables before running middleman:

    export GITHUB_TOKEN=YOUR_TOKEN
    export GIST_ID=ID_OF_YOUR_GIST

Then middleman will use the Gist you specified to archive stats (stars, forks and issues) for the repositories.

License

This project is licensed under the MIT 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].