Project status
- Assigned store_id to Order, Product to make them store specific
- Create and process payment for an order with multiple merchants
- Install workspace dependencies
yarn install
Steps to run the project
- Install workspace dependencies
yarn install
- Install dependencies for admin app
cd apps/admin
yarn install
- Fill in database connection string for backend app
cd apps/backend
cp .env.template .env
- Start backend
nx serve backend
- Start admin
cd apps/admin
yarn start
- 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
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