Skip to content

shahednasser/medusa-1.8-marketplace-tutorial

Repository files navigation

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

  • Check out the documentation for more helpful guides during your marketplace development.

About

Code for creating a marketplace with Medusa v1.8

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published