fair-rose
fair-rose6mo ago

Hi, I have tried your minimal CRM ap.

Hi, I have tried your minimal CRM ap. But I would like to see the APIs in the backend and how data is saved. Is there anyway to access the backend code for that?
1 Reply
metropolitan-bronze
metropolitan-bronze6mo 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.