davellanedam / node-express-mongodb-jwt-rest-api-skeleton

This is a basic API REST skeleton written on JavaScript using async/await. Great for building a starter web API for your front-end (Android, iOS, Vue, react, angular, or anything that can consume an API). Demo of frontend in VueJS here: https://github.com/davellanedam/vue-skeleton-mvp
MIT License
899 stars 286 forks source link

if USE_REDIS Don't forget to run Redis #248

Closed aydincandan closed 2 years ago

aydincandan commented 2 years ago

again hello. My working codes crashed because I forgot to run the redis. Don't let others waste your time because of this situation. If we add that, I think it would be a warning.

aydincandan commented 2 years ago

I made a wrong observation. I don't think such a warning is needed anymore.