using refine with Django rest framework

I want to make an admin like a Django default admin panel using refine. Can anyone recommend me the steps to start with? Thank you in advance
3 Replies
kapa.ai
kapa.ai16mo ago
Hi @surajkarki. 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
---------------------- To create an admin panel using refine, follow these steps: 1. Set up a refine application using create-refine-app. You can find more details in this source (https://refine.dev/blog/react-admin-panel/).
npx create-refine-app my-admin-panel
npx create-refine-app my-admin-panel
2. Launch the development server by running the following command in the project directory:
# Using npm
npm run dev

# Using yarn
yarn run dev

# Using pnpm
pnpm run dev
# Using npm
npm run dev

# Using yarn
yarn run dev

# Using pnpm
pnpm run dev
This will launch the development server on localhost on port 3000 in your default web browser. 3. Customize your admin panel by modifying the project you have just created. You can follow the tutorials and examples provided in the refine documentation and blog posts to learn how to create pages for CRUD operations, implement features like mutation mode and location sync, and connect data providers to your refine app. Here are some useful resources to help you get started: - Refine Basic Tutorial (https://refine.dev/docs/tutorial/introduction/index/) - How to Build a React Admin Panel with Mantine and Strapi (https://refine.dev/blog/react-admin-panel/) - Building a CRUD app with Material UI and Strapi in React (https://refine.dev/blog/build-admin-panel-with-material-ui-and-strapi/) - Simple Web Application Example with Refine (https://refine.dev/blog/simple-web-application-with-refine/) Remember to consult the official refine documentation (https://refine.dev/docs) for more information and guidance. ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ----------------------
How to Build a React Admin Panel with Mantine and Strapi | refine
We'll be building a simple React Admin Panel with refine and Mantine using Strapi as a backend service.
Building a CRUD app with Material UI and Strapi in React | refine
How to build CRUD admin panel with Material UI?
Simple Web Application Example with Refine | refine
Do you want to develop a web application quickly? You are at the right place!
kapa.ai
kapa.ai16mo ago
<@1065853863011307520> kapa.ai is still learning and improving, please let us how it did by reacting below