Shopping cart with a Login System and Checkout, built with Node.js, Vue.js and Vuetify. Using JWT Token for User Authorization.
FRONT-END Vue.js
cd client
npm install
npm run serve
BACK-END Node.js
cd ../server
npm install
npm start
Loading seeds in the backend
cd seed
node index.js
username: admin@test.com password: test for the user seed