aatsuty / medusa-marketplace

NX workspace for running medusa backend, storefront and admin panel with marketplace functionalities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Medusa Marketplace

Project status

  • Assigned store_id to Order, Product to make them store specific
  • Create and process payment for an order with multiple merchants

  1. Install workspace dependencies yarn install

Steps to run the project

  1. Install workspace dependencies

yarn install

  1. Install dependencies for admin app

cd apps/admin

yarn install

  1. Fill in database connection string for backend app

cd apps/backend

cp .env.template .env

  1. Start backend

nx serve backend

  1. Start admin

cd apps/admin

yarn start

  1. Start storefront

nx serve storefront


If the above commands run successfully,

Backend will be running at port 9000

Admin dashboard will be running at port 4200

Storefront will be running at port 3000


Reference

Tutorial

Part 1: https://medusajs.com/blog/medusa-extender

Part 2: https://medusajs.com/blog/medusa-open-source-marketplace-part-2-make-orders-vendor-specific

Part 3: https://medusajs.com/blog/online-marketplace-tutorial-part-3-implement-user-management-and-permissions

https://medusajs.com/

About

NX workspace for running medusa backend, storefront and admin panel with marketplace functionalities

License:GNU General Public License v3.0


Languages

Language:TypeScript 94.7%Language:JavaScript 4.5%Language:CSS 0.7%Language:Dockerfile 0.1%Language:Shell 0.0%Language:HTML 0.0%