DEV Community

Cover image for Open source ecommerce platform for multi-vendor marketplaces

Open source ecommerce platform for multi-vendor marketplaces

Shahed Nasser on March 09, 2022

🚨 The content of this tutorial may be outdated. You can instead check out the full code for the series in this GitHub Repository.🚨 Medusa is an o...
Collapse
 
nitish1111 profile image
Nitish1111

Hi, I cloned your repo Medusa Marketplace Tutorial, but facing issues in admin panel, like while adding products it throws "Price should be an array". While fetching team, no users are shown.

Please help me out.

Collapse
 
shahednasser profile image
Shahed Nasser

Hello, unfortunately this tutorial and its code base is out of date with the current Medusa version. For now, it serves for the purpose of saying that it can be done using Medusa and Medusa Extender, but you'll need to make adjustment to the code of the tutorial to make it work.

Collapse
 
nitish1111 profile image
Nitish1111

One more thing, I got it working, finally. But I have minio configured but it still throws AWS InvalidAccessKey error, on local, can you tell me where its configured. I checked ".env", "medusa.config.js" and dockerfile

Thread Thread
 
shahednasser profile image
Shahed Nasser

Did you follow along with our MinIO documentation? If it helps, we can continue this conversation either over emails or discord.

Collapse
 
nitish1111 profile image
Nitish1111

πŸ₯²

Thread Thread
 
shahednasser profile image
Shahed Nasser

Collapse
 
keithhon profile image
Keith Hon • Edited

I have put together a nx workspace for running the marketplace. Might be helpful for anyone who followed the tutorial.

github.com/Keith-Hon/medusa-market...

If you just want to run the original medusa under 1 minute, you could use the repo below instead.

github.com/Keith-Hon/medusa-nx

Collapse
 
danilovmy profile image
Maxim Danilov

After choosing between shuup, saleor, oscar I wrote my own opensource miltivendor marketplace in python (wpshop dot at).
The frontend is in vuejs/nuxt.

Is there any advantage here in medusa over python/vuejs?

Collapse
 
sebastianmacias profile image
Sebastian Macias

Do you have a repo I can checkout? I'm interested in your project as I use the same technology stack.

Collapse
 
danilovmy profile image
Maxim Danilov

we have the TOF2 open repository, which is the library we use for translations in e-commerce. github.com/wP-soft-GmbH/django-tof
The wpshop repository is not open yet. Write me in private, maybe we can find other ways to show it to you.

Collapse
 
developmentvargamarcel profile image
development-vargamarcel • Edited

I looked at the Api but there is no endpoint for user registration.
How should I approach this?
Add a row in the customers table?

Collapse
 
shahednasser profile image
Shahed Nasser

We’re working on making sure the endpoints in the API reference are updated but in the mean time please refer to the endpoint mentioned in the tutorial

Collapse
 
willzxxz profile image
Guilherme de Deus

i wish there was an update on this plug in :(

Collapse
 
rhuanbarros profile image
Rhuan Barros

Hi, great tutorial! When does the next parts come out?