typescript-express-typeorm-boilerplate
typescript-express-typeorm-boilerplate copied to clipboard
Extend user functionality to include forget password reset option
are you still working with this project?
I can be helpful if you want to upgrade boilerplate.
Hi @deeptechuz,
I am not maintaining this anymore. We had used this as boilerplate for our internal projects but ever since we found out about NestJS, we refactored everything and moved over to NestJS.
Have you looked into NestJS?
Hey @shumailxyz I've looked into NestJS. Do you've made any boilerplate with that or using Nest CLI?
I use Nest CLI and our boilerplate is not open source yet.
But here's a nice open source NestJS based boilerplate that you can use: https://github.com/Vivify-Ideas/nestjs-boilerplate
Thanks @shumailxyz it's great.
Nice. Btw, I also made a boilerplate a while ago for NestJS starter with TypeORM and tests: https://github.com/shumailxyz/nestjs-typeorm-auth-starter
I just didn't refer you this because the NestJS version is not latest there. Feel free to use that if you want :)
Sure I will.