correct-apricot
correct-apricot14mo ago

Backend for the CRM example

hi friends, does anyone know if the source code of the backend for the CRM example is public? I'd love to see how the stack and backend is setup to support this app
3 Replies
genetic-orange
genetic-orange14mo ago
Hey @bryan_3mavericks, we haven't open sourced the backend of the CRM app but we're using Nest.js Query on top of Nest.js with minimal customization. I think @Batu can give more info about the structure 🙏
metropolitan-bronze
metropolitan-bronze14mo ago
Hey @bryan_3mavericks you can see the full API schema here: https://api.crm.refine.dev/graphql As @aliemirs mentioned, nothing fancy there. You can check the details here: https://refine.dev/docs/data/packages/nestjs-query/#backend-configuration
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.
absent-sapphire
absent-sapphire14mo ago
thanks!!

Did you find this page helpful?