crude-lavender
crude-lavender5mo ago

app-crm implementation

Hello, I would like to know if there is a way to see an example of the app-crm backend implementation for learning purposes.
2 Replies
kapa.ai
kapa.ai5mo ago
Hi @cee. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave: ---------------------- Hello, Currently, the backend code for the app-crm example is not open-source. However, the backend uses the nestjs-query package to generate the backend. You can find more information about this in the Refine documentation (https://refine.dev/docs/data/packages/nestjs-query/#backend-configuration). You can also explore the schema at <https://api.crm.refine.dev/graphql> (https://api.crm.refine.dev/graphql). For the frontend part, you can try the app-crm example on your local machine by running the following command:
npm create refine-app@latest -- --example app-crm
npm create refine-app@latest -- --example app-crm
Or you can try it on CodeSandbox using this link (https://codesandbox.io/embed/github/refinedev/refine/tree/master/examples/app-crm?view=preview&amp;theme=dark&amp;codemirror=1). I hope this helps! Let me know if you have any other questions. ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ----------------------
kapa.ai
kapa.ai5mo ago
<@1209629004915548232> kapa.ai is still learning and improving, please let us know how it did by reacting below