Skip to content

shahednasser/b2b-server

Repository files navigation

Medusa B2B Tutorial

This repository is the codebase of tutorial "How to Create B2B Store with Medusa" - specifically the Medusa server.

Medusa Documentation | Medusa Website | Medusa Repository

Medusa Version

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

Prerequisites

How to Install

Using Medusa CLI tool

  1. Run the following command to install the Medusa server using Medusa's CLI tool:
medusa new b2b-server https://github.com/shahednasser/b2b-server

2. Start Medusa Server:

cd b2b-server
npm start

Using GitHub Repository

  1. Clone this repository:
git clone https://github.com/shahednasser/b2b-server.git
cd b2b-server

2. Install the dependencies:

npm install

3. Rename the template environment variables of Medusa server:

mv .env.template .env

And enter the necessary environment variables in the file.

4. Start Medusa Server:

npm start

Other Resources

About

Code base for B2B server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published