This repository is the codebase of tutorial How to Create a Marketplace with Medusa.
Medusa Documentation | Medusa Website | Medusa Repository
This tutorial uses Medusa v1.8.X. It is not guaranteed that it will work with future releases.
You may change these steps per your article.
git clone https://github.com/shahednasser/medusa-1.8-marketplace-tutorial.git
cd medusa-1.8-marketplace-tutorial
npm install
npm run seed
# or
medusa migrations run
npm start