Help 2 find Medusa dashboard or UI Panel (Refine Store Example)

Hi, I just installed the Store Example (https://github.com/refinedev/refine/tree/master/examples/store) . Yet, after exploring the file/Folders, reading github page, medusa docs and official site. I can't figure out how to access Medusa's UI Pannel of the store. In fact I don't see a folder specific to connecting to their API. Starting to think this is a stupid question... but could you direct me where I can find how to access the Medusa Dashboard or API folder?
GitHub
refine/examples/store at master · refinedev/refine
Build your React-based CRUD applications, without constraints. - refine/examples/store at master · refinedev/refine
7 Replies
kapa.ai
kapa.ai16mo ago
Hi @gabrieleorlandi. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
kapa.ai
kapa.ai16mo ago
---------------------- Hmm, I don't know enough to give you a confident answer yet. However, you can refer to the refine documentation (https://refine.dev/docs) and refine blog (https://refine.dev/blog) for more information on working with refine and its examples. ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ----------------------
Overview | refine
What is refine?
Blog | refine
A Docusaurus powered blog!
kapa.ai
kapa.ai16mo ago
<@772541375563825202> kapa.ai is still learning and improving, please let us how it did by reacting below
Omer
Omer16mo ago
Hey, we don't have an admin UI for Medusa. You can use Medusa's official admin project at https://github.com/medusajs/admin ⚡️
GitHub
GitHub - medusajs/admin: Admin system for Medusa Stores
Admin system for Medusa Stores. Contribute to medusajs/admin development by creating an account on GitHub.
yappiest-sapphire
yappiest-sapphire16mo ago
Ok, so I wasn't completely off target. So my question then is how did you setup the schema for products and customers? Where is all that data saved. Usually with CMS like strapi and sanity, you set the schema in there, then the CMS gives you some UI or Dashboard and finally you just create a client.js to connect with your React or Next. I can't find any of that in the Refine Store files. So the question is really how does Medusa integrate with Refine. PS: also happy to help you guys create a guide for devs. to the file structure and architecture of Refine-Store project... if it is of any value.
Omer
Omer16mo ago
The entirety of the questions you're asking are related to Medusa. refine has only created an example using the Medusa API and there won't be more in the near future 🥁 I believe you can find answers to your questions in the Medusa documentation and Discord server ⚡
yappiest-sapphire
yappiest-sapphire16mo ago
Super Thanks Omer