All Projects â†’ amacgregor â†’ crimson_commerce

amacgregor / crimson_commerce

Licence: MIT license
An OpenSource Ecommerce platform on the Elixir/Phoenix stack, which aims to leverage the power of functional programming for ecommerce.

Programming Languages

elixir
2628 projects
CSS
56736 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects

Projects that are alternatives of or similar to crimson commerce

Orocommerce
Main OroCommerce package with core functionality.
Stars: ✭ 148 (+100%)
Mutual labels:  ecommerce, ecommerce-platform
Awesome Vue Storefront
🎉 A curated list of awesome things related to Vue Storefront
Stars: ✭ 186 (+151.35%)
Mutual labels:  ecommerce, ecommerce-platform
Laravel Ecommerce
Laravel open source e-commerce system.
Stars: ✭ 163 (+120.27%)
Mutual labels:  ecommerce, ecommerce-platform
Commerce
Fully integrated ecommerce for Craft CMS
Stars: ✭ 144 (+94.59%)
Mutual labels:  ecommerce, ecommerce-platform
Scipio Erp
Your Online Business Kit - Build your own business applications. Create your own online shop. Customize to your own needs.
Stars: ✭ 247 (+233.78%)
Mutual labels:  ecommerce, ecommerce-platform
Spree
Open Source headless multi-language/multi-currency/multi-store eCommerce platform
Stars: ✭ 11,571 (+15536.49%)
Mutual labels:  ecommerce, ecommerce-platform
Pimcore
Open Source Data & Experience Management Platform (PIM, MDM, CDP, DAM, DXP/CMS & Digital Commerce)
Stars: ✭ 2,352 (+3078.38%)
Mutual labels:  ecommerce, ecommerce-platform
Nova
An attempt to port/rebuild Spree, an open source e-commerce solution, with Elixir and Phoenix.
Stars: ✭ 125 (+68.92%)
Mutual labels:  ecommerce, phoenix
Shopper
An eCommerce administration built with Laravel 5 for create online shop.
Stars: ✭ 205 (+177.03%)
Mutual labels:  ecommerce, ecommerce-platform
Ecommwar
A leaderboard of the top open-source e-commerce platforms. Promoting the bests for building reliable stores.
Stars: ✭ 203 (+174.32%)
Mutual labels:  ecommerce, ecommerce-platform
Saleor
A modular, high performance, headless e-commerce platform built with Python, GraphQL, Django, and React.
Stars: ✭ 14,720 (+19791.89%)
Mutual labels:  ecommerce, ecommerce-platform
Zencart
Zen Cart® is a full-function e-commerce application for your website.
Stars: ✭ 250 (+237.84%)
Mutual labels:  ecommerce, ecommerce-platform
Grandnode
Open source, headless, multi-tenant eCommerce platform built with .NET Core, MongoDB, AWS DocumentDB, Azure CosmosDB, Vue.js.
Stars: ✭ 1,768 (+2289.19%)
Mutual labels:  ecommerce, ecommerce-platform
Reaction
Mailchimp Open Commerce is an API-first, headless commerce platform built using Node.js, React, GraphQL. Deployed via Docker and Kubernetes.
Stars: ✭ 11,588 (+15559.46%)
Mutual labels:  ecommerce, ecommerce-platform
Aimeos
Integrated online shop based on Laravel 8 and the Aimeos e-commerce framework
Stars: ✭ 2,354 (+3081.08%)
Mutual labels:  ecommerce, ecommerce-platform
Sylius Standard
Open Source eCommerce Application on top of Symfony
Stars: ✭ 165 (+122.97%)
Mutual labels:  ecommerce, ecommerce-platform
Shuup
E-Commerce Platform
Stars: ✭ 1,790 (+2318.92%)
Mutual labels:  ecommerce, ecommerce-platform
Storefront Integration Sdk
If You like to integrate Vue Storefront - PWA for eCommerce with 3rd party platform, use this SDK
Stars: ✭ 124 (+67.57%)
Mutual labels:  ecommerce, ecommerce-platform
Coreshop
CoreShop - Pimcore eCommerce
Stars: ✭ 193 (+160.81%)
Mutual labels:  ecommerce, ecommerce-platform
Arastta
Solid, Free, Open Source, Community Driven eCommerce
Stars: ✭ 251 (+239.19%)
Mutual labels:  ecommerce, ecommerce-platform

Contributors Forks Stargazers Issues MIT License Coverage


Logo

Crimson Commerce

An open-source Ecommerce platform in Elixir and Phoenix
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents

About The Project

CrimsonCommerce is an experimental ecommerce platform build using a functional programming approach and leveraging the power of Erlang/Elixir and the Phoenix framework.

Built With

Goals

  • Highly scalable ecommerce platform
  • Provide tools and frameworks to reduce development complexity – both incidental and accidental
  • Build an ecommerce framework that developers are happy to use
  • Traceability, the ability to know what happened at any point in time to made decisions or solve problems.

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

mix archive.install hex phx_new 1.4.10
  • Node.js
npm install npm@latest -g

Installation

  1. Clone the repo
git clone https:://github.com/amacgregor/crimson_commerce.git
  1. Install Elixir dependencies packages
mix deps.get
  1. Create and Migrate the database with
mix ecto.setup
  1. Install the Node.js dependencies
cd apps/crimson_commerce_web/assets && npm install
  1. Start the application
mix phx.server

Usage

Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.

For more examples, please refer to the Documentation

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Allan MacGregor - @allanmacgregor - [email protected]

Project Link: https://github.com/amacgregor/crimson_commerce

Acknowledgements

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