node_rest_api_mysql
node_rest_api_mysql copied to clipboard
when running: npm install: rmktest@nodejs-tests-vm-vm:~/projects/node_rest_api_mysql$ npm install > [email protected] install /home/rmktest/projects/node_rest_api_mysql/node_modules/bcrypt > node-pre-gyp install --fallback-to-build node-pre-gyp ERR! Tried to download(404): https://github.com/kelektiv/node.bcrypt.js/releases/download/v1.0.3/bcrypt_lib-v1.0.3-node-v64-linux-x64.tar.gz node-pre-gyp ERR! Pre-built binaries not found for [email protected] and...
Dialect needs to be explicitly supplied as of v4.0.0
Update to node v14.15.3
I tried many ways to expire token when logout but didn't work how to resolve app.get('/logout', function(req, res){ req.logout(); });
Greetings, I really like your application, in fact I have learned a lot with the details of your explanation, but there is a function that I can not find, or...
would you please show us how to connect as 443 https ?
can you please remove the unneeded files and folders like migrations and api documentation?
Hi, is there any way to make commands like "node_modules/.bin/sequelize db:create" use the values from .env or config.js?