optimistic-gold
optimistic-gold2y 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
constant-blue
constant-blue2y 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 🙏
wise-white
wise-white2y 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.
stormy-gold
stormy-gold2y ago
thanks!!

Did you find this page helpful?