Complete web system in Vue at Modern Web Course, with login, authetication, crud, register, softdelete, integrate relational and non-relational database, mongoDB and Postgres
Front: Vue, vuex, vue-toasted, liquor-tree, bootstrap-vue, vue-mq, vue-router, vue2-editor Back: Node, Express, bcrypt-nodejs, consign, cors, jwt, knex, passport, passport-jwt, pg, pm2
Make sure to have all dependencies installed:
Enter in the Backend directory and execute:
npm i
Than, update the soft informations at .env file
npm start
After enter in the Frontend directory and execute:
npm i
Than
npm run serve