npm install bcrypt
^ repeat the same command for Bcryptjs, Body-parser, cors, express, jsonwebtoken, lodash, mine-types, multer, MySQL, nodemon, objection, sequelize, sequelize-file, socket.io and uuid.
Npm audit if the shell asks you to
Npm audit
Installation of vue-cli using npm install vue-cli command.
npm install vue-cli
Create a new project in vue inside a folder client.
Then cd client
cd client
Now Install Node modules for vue client side.
Repeat npm install command for axios, jquery, jwt-decode, lodash, materialize-css, popper.js, socket.io-client, vue-lodash, vue-router, vue-sweetalert2, vue-upload-image and vuedraggable
npm install
Now Migrate all the files in the folder.
If you are facing the problem with the server Not forwarding ports, check the NETWORK section of your server or the firewall see that port 5001 and port 5000 is available. If everything works out.. then try replacing routing IPs to internal and external.
Powered by BetterDocs
You must be logged in to post a comment.