- Multi seller marketplace
- Product for sale on date
- Product filtering by date and location
- Product locations
- Product overview on Google Maps
- Simplified product creation
- Simplified checkout
- Profile image upload for users
- Public seller profile
- 5 star rating for sellers
This fork of Reaction Commerce (ca. mid 0.12) seeks to extend it into a marketplace platform. Registered users can become sellers and offer their products in the same shop. Products have a location which can be used to display them on a map or search by location. Products can have a "for sale" date, specifying on which date a product can actually be bought.
Reaction is a modern reactive, real-time event driven ecommerce platform.
Reaction is built with JavaScript (ES6), Meteor, Node.js and works nicely with Docker.
- 0.11.1 Master
- 0.12.0 Development (new feature release)
Currently good for contributing/observing progress, testing. It goes without saying that we're constantly refactoring, even things that are functionally done. We'd encourage due diligence in production usage, be very comfortable with the code, and risk tolerant. There are still many parts in development!
Installation, configuration and development documentation is available on docs.reactioncommerce.com
The Reaction documentation source is located in the reaction-docs repository, while the documentation site is the reactioncommerce/redoc application.
Once you've cloned this repo, make sure to do git submodule init
and git submodule update
before trying to run Reaction.
Reaction requires Meteor, Node, npm and ImageMagick
Developers using Windows should review the Windows specific installation requirements for Meteor and Reaction.
curl https://install.meteor.com | /bin/sh # installs Meteor
git clone https://github.com/reactioncommerce/reaction.git
cd reaction
./reaction
Additional setup options, such as how to set the default credentials, can be found in the installation and configuration documentation.
Note: When using a standalone MongoDB server, make sure you are using version 2.6 or later.
Meteor Atmosphere packages for Reaction
Docker images are available on the Docker Hub.
With ongoing feature development, and strong community contributions, we have a fluid roadmap.
For a high level review our roadmap, take a look at the Reaction vision page.
For grouping of development channels by feature, review the project milestones.
And finally for the kanban-esque, hardcore real time progress overview of Reaction, take a look our waffle board
GitHub Issues on the Reaction project are the best way to let us know about a feature request, or to report an issue.
Join us on our Gitter chat room to discuss, communicate, and share community support.