SoftwareBrothers / adminjs-nestjs

NestJS module to import admin the Nest way
MIT License
160 stars 37 forks source link

@nestjs/typeorm support #24

Open njsubedi opened 3 years ago

njsubedi commented 3 years ago

Is there a plan to support @nestjs/typeorm in this plugin?

AlmogCohen commented 2 years ago

Yup, I was trying to make it work with typeorm and it's a very hard process. Couldn't make it work chasing one bug after the other.

dziraf commented 2 years ago

Our example app repository will soon be updated with more usage examples. Currently you can see NestJS examples here: https://github.com/SoftwareBrothers/adminjs-example-app/tree/typescript-version/src/servers/nestjs

saratscheff commented 1 year ago

The updated link with examples is here: https://github.com/SoftwareBrothers/adminjs-example-app/tree/master/src/servers/nestjs.

Instead of the examples though, I would suggest following the updated documentation: https://docs.adminjs.co/installation/plugins/nest

I got a production-ready version working without issues. I think this issue can be closed.