Documentation

Project Management Installation

Table of Contents

nstallation of Node modules #

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

Installation of vue-cli using npm install vue-cli command.

Create a new project in vue inside a folder client.

Then 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

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

Leave a Reply