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
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:
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:
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:
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:
----------------------<@974678785096056842> kapa.ai is still learning and improving, please let us know how it did by reacting below
equal-aqua•17mo ago
Hi @uwais8487 you can checkout these examples
https://refine.dev/week-of-refine-strapi/
https://github.com/refinedev/refine/tree/next/packages/strapi-v4