magic-amber
magic-amber8mo ago

Where can I find the Api for app-crm example?

Hi there, I am new to refine and do not have a lot of api knowledge. I would like to alter and clone the app-crm example api. Is it accessible to the general public?
8 Replies
kapa.ai
kapa.ai8mo ago
Hi @dan_ngo. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave: ---------------------- Yes, the API for the app-crm example is accessible to the public. You can find the source code for the CRM app on GitHub (https://github.com/refinedev/refine/tree/master/examples/app-crm). This example is open-source, which means you can freely utilize and customize the source code as per your needs. If you're new to APIs, you might find it helpful to add example pages when you're setting up your refine project. This will provide you with a clearer understanding of how refine works and lets you test out the CRUD operation functionalities. You can do this by selecting Yes for the Do you want to add example pages? option while using the CLI wizard. For more information, you can refer to the refine documentation (https://refine.dev/docs/getting-started/quickstart/). ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ----------------------
kapa.ai
kapa.ai8mo ago
<@938051894566342678> kapa.ai is still learning and improving, please let us know how it did by reacting below
magic-amber
magic-amber8mo ago
The like you send is for the frontend am looking for the backend
rival-black
rival-black6mo ago
same @kapa.ai backend URL?
kapa.ai
kapa.ai6mo ago
Let me check the knowledge base for you. One moment! :books: ---------------------- I'm sorry, but the information extracts provided do not contain specific details about the backend URL for the refine framework or any of its applications. The backend URL is typically provided during the setup of your refine application and it depends on the backend service you're using. For more information on setting up your backend with refine, you can refer to the refine documentation (https://refine.dev/docs/). ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ----------------------
kapa.ai
kapa.ai6mo ago
<@391476431026126859> kapa.ai is still learning and improving, please let us know how it did by reacting below
foreign-sapphire
foreign-sapphire6mo ago
Hello @AzuLa9713 CRM backend uses nestjs-query package to generate backend. See our relevant docs here: https://refine.dev/docs/data/packages/nestjs-query/#backend-configuration While we don't make backend code open-source, generating backend is straightforward and explained in this section of our documentation.
Nest.js Query | Refine
Refine provides a data provider for APIs powered with Nest.js Query, a module for Nest.js that provides easier ways to build CRUD graphql APIs.
foreign-sapphire
foreign-sapphire3mo ago
Refine never promises backend. It’s an open source frontend framework. And we have frontend fully open sourced. It’s a bit weird to be disappointed while you have the full source code for frontend and not getting backend which costs months of work. Yeah, you need to create entire backend from scratch. Not everything will be available for free. Backend is irrelevant here for Refine. We support any kind of backend. Maybe shouldn’t hesitate doing some labor? Basically you want some open source project to do your work for free and get disappointed because we don’t provide backend? Why dont you build this backend and share with other people? We could promote it, no worries. As in torrent, if everyone is a leecher, it wont work. Community needs seeders too.