remult / remult

Full-stack CRUD, simplified, with SSOT TypeScript entities
https://remult.dev
MIT License
2.9k stars 128 forks source link

Use remult in nest js backend #534

Closed guyindepurker closed 5 days ago

guyindepurker commented 1 month ago

I need to know how can I use remult in my nestjs backend

noam-honig commented 1 month ago

Hi @guyindepurker ,

Checkout the example in: https://remult.dev/docs/quickstart - select nest.js in the tab and you'll see how to connect it.

guyindepurker commented 1 month ago

@noam-honig tnx. Its going to work like its works in express with the backend method and all the setup logic

noam-honig commented 1 month ago

Yes, let me know if you run into any trouble