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.
- Clone this repository:
git clone https://github.com/shahednasser/medusa-1.8-marketplace-tutorial.git
- Change directory and install dependencies:
cd medusa-1.8-marketplace-tutorial
npm install
- Run Migrations or seed the database:
npm run seed
# or
medusa migrations run
- Start Server:
npm start
- Check out the documentation for more helpful guides during your marketplace development.