Finefoods admin panel example with strapiv4

Hi. Im trying to get finefoods admin panel example to work with strapiv4. Is there any example code out there for me to refer? Thank you.
3 Replies
kapa.ai
kapa.ai12mo ago
Hi @uwais8487. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave: ---------------------- Hmm, I don't know enough to give you a confident answer yet. However, I can guide you on how to use refine with Strapi v4. To create a refine application, you can use the create refine-app wizard. This command comes with built-in templates for the CRA, Next.js, and Remix environments, allowing you to setup a refine project quickly. Here's how you can use it:
npm create refine-app@latest <name of your application>
npm create refine-app@latest <name of your application>
After running the command, you will be directed to the CLI wizard. Just follow the prompts to complete the setup. If you selected Strapi-v4 as your data provider, the CLI will bootstrap a refine application with the Strapi-v4 provider. To start your application, you can run:
npm run dev
npm run dev
Your application should be up and running at http://localhost:3000. Refine supports all the features that come with Strapi-v4. You can manage your data with Refine Strapi-v4 Data Provider, perform CRUD operations and more. Here's an example of how to create a refine app with Strapi-v4:
npm create refine-app@latest -- --example data-provider-strapi-v4
npm create refine-app@latest -- --example data-provider-strapi-v4
For more detailed information, you can refer to the refine documentation (https://refine.dev/docs/examples/data-provider/strapi-v4) and the refine blog (https://refine.dev/blog/react-admin-panel). Please note that the information provided is based on the general usage of refine with Strapi v4. For specific examples like the "finefoods admin panel", you might need to look for resources or examples that are specifically tailored to that. ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ----------------------
kapa.ai
kapa.ai12mo ago
<@974678785096056842> kapa.ai is still learning and improving, please let us know how it did by reacting below