shahednasser / medusa-1.8-marketplace-tutorial

Code for creating a marketplace with Medusa v1.8
https://medusajs.com/blog/extending-medusa-usecase-marketplace/
50 stars 13 forks source link

Medusa Marketplace Tutorial

This repository is the codebase of tutorial How to Create a Marketplace with Medusa.

Medusa Documentation | Medusa Website | Medusa Repository

Medusa Version

This tutorial uses Medusa v1.8.X. It is not guaranteed that it will work with future releases.

Prerequisites

How to Install

You may change these steps per your article.

  1. Clone this repository:
git clone https://github.com/shahednasser/medusa-1.8-marketplace-tutorial.git
  1. Change directory and install dependencies:
cd medusa-1.8-marketplace-tutorial
npm install
  1. Run Migrations or seed the database:
npm run seed
# or
medusa migrations run
  1. Start Server:
npm start

Other Resources