narrow-beige
narrow-beige5mo ago

Where can I find the demo backend for the app crm example

Can you also find the corresponding backend somewhere as an example for the app crm example repo https://github.com/refinedev/refine/tree/master/examples/app-crm
GitHub
refine/examples/app-crm at master · refinedev/refine
A React Framework for building internal tools, admin panels, dashboards & B2B apps with unmatched flexibility. - refinedev/refine
2 Replies
kapa.ai
kapa.ai5mo ago
Hi @escanor6647. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave: ---------------------- The demo for the CRM example built using refine can be accessed through the live demo link provided here: Live Demo (https://example.crm.refine.dev/). However, regarding the backend for this CRM example, it's important to note that the backend code is not made open-source. The CRM backend utilizes the nestjs-query package to generate the backend. While the specific backend code for the CRM example is not published, generating a backend with nestjs-query is described as straightforward in the refine documentation. You can find more information and guidance on backend configuration with nestjs-query in the refine documentation here: Backend Configuration with nestjs-query (https://refine.dev/docs/data/packages/nestjs-query/#backend-configuration). For exploring the schema and getting a sense of how the backend might be structured, you can visit the public GraphQL endpoint at <https://api.crm.refine.dev/graphql> (https://api.crm.refine.dev/graphql). This endpoint allows you to explore the schema, which could be beneficial for understanding the data structure and queries used in the CRM example. For more details on the frontend part of the CRM example, you can visit the GitHub repository: app-crm example on GitHub (https://github.com/refinedev/refine/tree/master/examples/app-crm). Remember, while the backend code itself is not available for direct download or inspection, the documentation and the public GraphQL endpoint provide valuable resources for understanding and replicating the backend functionality for educational or development purposes. ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ----------------------
kapa.ai
kapa.ai5mo ago
<@287190335967330304> kapa.ai is still learning and improving, please let us know how it did by reacting below