v2xnetwork / typescript-express-typeorm-boilerplate

A NodeJs boilerplate with Typescript, TypeORM, ExpressJs & Mocha.
MIT License
24 stars 10 forks source link

Extend user functionality to include forget password reset option #3

Open shumailxyz opened 5 years ago

ghost commented 5 years ago

are you still working with this project?

ghost commented 5 years ago

I can be helpful if you want to upgrade boilerplate.

shumailxyz commented 5 years ago

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?

ghost commented 5 years ago

Hey @shumailxyz I've looked into NestJS. Do you've made any boilerplate with that or using Nest CLI?

shumailxyz commented 5 years ago

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

ghost commented 5 years ago

Thanks @shumailxyz it's great.

shumailxyz commented 5 years ago

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 :)

ghost commented 5 years ago

Sure I will.