Reaction

Mailchimp Open Commerce is an API-first, headless commerce platform built using Node.js, React, GraphQL. Deployed via Docker and Kubernetes.
Alternatives To Reaction
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Reaction12,08120218 days ago40December 09, 2022109gpl-3.0JavaScript
Mailchimp Open Commerce is an API-first, headless commerce platform built using Node.js, React, GraphQL. Deployed via Docker and Kubernetes.
Headless Wp Starter4,338
6 months ago52gpl-2.0JavaScript
🔪 WordPress + React Starter Kit: Spin up a WordPress-powered React app in one step
Taskcafe3,661
6 months ago2February 01, 202111mitTypeScript
An open source project management tool with Kanban boards
Templates3,25012 days ago33May 16, 201627mitC#
.NET project templates with batteries included, providing the minimum amount of code required to get you going faster.
Graphjin2,7272a month ago516June 03, 202328apache-2.0Go
GraphJin - Build NodeJS / GO APIs in 5 minutes not weeks
Typescript Express Starter2,287111 days ago65March 24, 202335mitTypeScript
📘 Quick and Easy TypeScript Express Starter
Coolstore Microservices2,215
7 months ago25mitC#
A full-stack .NET microservices build on Dapr and Tye
Automatic Api1,828
2 months agoMay 20, 20234Go
A list of software that turns your database into a REST/GraphQL API
Apollo Universal Starter Kit1,675
3 months ago1August 28, 202394mitJavaScript
Apollo Universal Starter Kit is a SEO-friendly, fully-configured, modular starter application that helps developers to streamline web, server, and mobile development with cutting-edge technologies and ultimate code reuse.
Clean Ts Api1,590
7 months ago29gpl-3.0TypeScript
API em NodeJs usando Typescript, TDD, Clean Architecture, Design Patterns e SOLID principles
Alternatives To Reaction
Select To Compare


Alternative Project Comparisons
Readme

Mailchimp Open Commerce (formerly Reaction Commerce)

Open Commerce Website | Twitter | Documentation | Discord | Discussions

Mailchimp Open Commerce is an API-first, headless commerce platform built using Node.js, MongoDB, and GraphQL. It plays nicely with npm, Docker and Kubernetes.

MOC Admin

Features

Fast Returns data in split seconds, and faster queries mean faster web pages
Proven Open Commerce fuels sites doing 10's of thousands of orders per day with 100's of thousands of products
Composable A flexible plugin system allows you to pick and choose which integrations work best for you
Multi-tenant Host multiple shops in the same installation
Scalable Start out with a single server and scale up to hundreds
Flexible Products Allows Products, with options and variants to fit a wide variety of needs
Inventory Track inventory, allow or disallow backorders and more
Shipping Integrate with a shipping rate provider or build your own custom table
Taxes Integrate with a tax rate provider or build your own custom tax table
Fulfillment Flexible fulfillment system allows you create your own fulfillment methods
Order Tracking View and manage your orders in the included admin system
Emails Customizable templates for Order confirmations and more
Open Fully open source. Never be locked in again

Getting started

To start working with your own project built on Mailchimp Open Commerce you can start by using our new CLI. The CLI is the quickest and easiest way to develop on Open Commerce. It allows you to create and work with API, Admin, and Storefront projects all via the command line.

What you need

Install the CLI

First install the cli by running:

npm install -g reaction-cli

You can test to see if it has worked here by running:

reaction help

Creating a project

You can create your Open Commerce project by running:

reaction create-project api <your-project-name>

This will create an Open Commerce project in the directory . Once this is complete, navigate to the project directory:

cd <your-project-name> 

Install the project dependencies:

npm install 

Finally, start the server in development mode:

reaction develop api

Note: Optionally, from within the project-directory you may issue the above command without mentioning the project type and the CLI would check your package.json for the "projectType" and pick it up from there. This expects that the project itself was built using the latest version of the CLI as explained in the above steps.

Example, instead of the above command, you may skip mentioning 'api' and just use:

reaction develop

This will start the Open Commerce GraphQL server and Mongo Server. Press Ctrl+C to stop.

  • A sample custom plugin has been installed, and you should see its output in the logs. (Your Sample Plugin)
  • To add a new plugin based on our plugin template run:
reaction create-plugin api <your-plugin-name>

Validate whether the plugin was created in the custom-packages

cd custom-packages
cd <your-plugin-name>
npm install 

You now need to change back up to the root:

cd ../../

now you can run:

reaction develop

This plugin will now be loaded the next time you start Open Commerce.

Congratulations!! You're ready to start developing with Open Commerce

See the Complete CLI instructions for how to create your local storefront and admin.

Go to the complete installation instructions to see how to set up your store

API development

If you are working on core plugins (not developing plugins for your own installation) you should follow these instructions

What you need

Install PNPM

npm i -g [email protected]

Clone and Start the source

git clone https://github.com/reactioncommerce/reaction.git
cd reaction
pnpm install
cp apps/reaction/.env.example apps/reaction/.env

Start dev-server with mongo on local:

## you must change MONGO_URL in the .env to mongodb://localhost:27017/reaction before start
pnpm run start:dev

Start dev-server with mongodb on docker

docker-compose up -d
pnpm run start:dev

Development Flow

  1. Make some changes in one or more packages.
  2. Add a changeset in that same PR.
  3. Repeat the process of making changes and adding changesets.
  4. Create PR

How to release

  1. Run release action to create Version PR. This PR will remove all changeset files, bump up packages versions, update CHANGELOG files.
  2. Merge Version PR into trunk, CircleCI will publish all the packages into npm.

Prerelease flows

  1. All PRs will be merged into prerelease branch before triggering PRERELEASE action.
  2. Before merging PRs into prerelease branch, please make sure that all the changesets are added.
  3. Manually trigger PRERELEASE action to create Version Packages (next) PR. After merged, the changeset/action will bump up packages versions as {next-version}-next.{number}, update CHANGELOG files.
  4. Merge Version Packages (next) PR into prerelease branch, action will publish all the packages into npm.

Get involved

Contribute

⭐️ If you like what you see, star us on GitHub.

Find a bug, a typo, or something thats not documented well? Wed love for you to open an issue telling us what we can improve! This project uses commitlint, please use their commit message format.

We love your pull requests! Check out our Good First Issue and Help Wanted tags for good issues to tackle. Check out our contributors guide for more information

License

Reaction is GNU GPLv3 Licensed

Popular Docker Projects
Popular Graphql Projects
Popular Virtualization Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Javascript
Docker
Mongodb
Graphql
E Commerce
Cart
Headless Browsers
Storefront
Ecommerce Platform