mercurjs / mercur

JavaScript Open Source
Multi-Vendor Marketplace Accelerator build on top of Medusa.js. Mercur simplifies the path to your own customized, multi-vendor marketplace.
https://mercurjs.com
MIT License
206 stars 25 forks source link

Installation #15

Open arimtiaz opened 5 months ago

arimtiaz commented 5 months ago

I followed the configuration process and created a supabase database and connected it but due to some reason when I go to make a post request I get unauthorized on postman

arimtiaz commented 5 months ago

I think it is due to acess token but I tried following the medusa docs for it but couldnt seem to follow it

haf commented 3 months ago

This marketplace starter provides a foundational example to help you build and customize your own marketplace using Medusa.js. Begin your project with this starter template and tailor it to meet your specific needs.

corepack enable
yarn install
yarn build
npx @medusajs/medusa-cli migrations run

Now comment out @rigby-software-house/mercurjs-vendor and @medusa/admin from the list of plugins in medusa-config.js. Then run:

yarn run seed

Now comment them back in. Ready to run:

yarn run dev