Skip to content

Latest commit

 

History

History
82 lines (48 loc) · 3.31 KB

README.md

File metadata and controls

82 lines (48 loc) · 3.31 KB

Interior Plants Store

Description

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

What is Medusa?

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

Participants

Name Github Twitter Discord
Devansh Purwar Github Twitter Discord
Siddhant Dixit Github Twitter Discord
Prateek Agrawal Github Twitter Discord

Preview

image

image

image

image

image

image

image

image

Set Up Project

Prerequisites

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

Install Project

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!

Resources