w3tecch / express-typescript-boilerplate

A delightful way to building a RESTful API with NodeJs & TypeScript by @w3tecch
MIT License
3.31k stars 904 forks source link

Update version of bcrypt and sqlite3 to 5.0.1 and 5.0.0 respectively #237

Open yungwarlock opened 3 years ago

yungwarlock commented 3 years ago

I want to use this opportunity to say thank you to the wonderful template you built here. I have been reading it as if it were a textbook. It has made a big influence on how design my project both in TS and to be frank, in my python flask code.

While I was trying to setup, the bcrypt and sqlite3 deps gave big issues. Am not the only one having this problem and it's not just in this project. I ask that the version of the dependencies be moved to the version I mention as this seems to be a nice spot. Thank you

vanenshi commented 3 years ago

look like they don't maintain this boilerplate anymore I updated the packages myself, thinking about creating a fork of this wonderful boilerplate with upgraded packages.

also, some of the packages are deprecated and there is a replacement for them

nunnally commented 3 years ago

@vanenshi Can you share your upgraded version, please?

vanenshi commented 3 years ago

@vanenshi Can you share your upgraded version, please?

yeah sure, I'm going to open a PR and add the most recent version of packages. ill notify you then

SayGus commented 3 years ago

i also updated myself. this is best boilerplate i've founded. @vanenshi waiting for your fork

dweber019 commented 3 years ago

Thx. But actually we don't maintain it currently, as we use other technologies right now.

YonatanCatav commented 2 years ago

I'm really curious what kind of technologies

sampathkatari commented 2 years ago

@vanenshi were you able to fork and create this boiler plate with upgraded packages? If so can you please share it here?

vanenshi commented 2 years ago

@vanenshi were you able to fork and create this boiler plate with upgraded packages? If so can you please share it here?

Actully i am not using this poilerplate anymore. I am using nestjs with a custom made boilerplate, inspired by NarHakobyan/awesome-nest-boilerplate