Ordering a pizza is easy but ever heard of ordering a plant to your doorstep? This is where BNM comes in.
An open source demo of ecommerce web storefront for plant lovers built using MedusaJS.It includes products screen, cart, checkout. This marketplace is easy to maintain and update to the latest Medusa version as it is built entirely with the tools provided by Medusa (no third-party included).
The Open Source Shopify Alternative Medusa is a composable engine that combines an amazing developer experience with endless customizations for merchants to scale. Medusa powers ambitious e-com startups to global enterprises with over 10000+ Projects and 2000+ Active Community Members
Name | Github | Discord | |
---|---|---|---|
Devansh Purwar | Github | Discord | |
Siddhant Dixit | Github | Discord | |
Prateek Agrawal | Github | Discord |
Before you start with the tutorial make sure you have
-
Node.js v16.9.0 or greater installed on your machine
-
Medusa CLI (
npm install -g @medusajs/medusa-cli
) . -
Medusa server v14 or greater installed on your machine
-
Medusa Admin and Backend up and running
You can install backend from here https://github.com/siddhantdixit/bnm-store
Clone the repo using the following command
git clone https://github.com/siddhantdixit/bnm-storefront.git
Run to view in localhost.
cd bnm-storefront
npm install && npm run dev
Your site is now running at http://localhost:8000!