Shopping Cart Simple shopping cart with Vue.js and Node.js Usage Backend with Node.js $ cd server $ npm run dev The first time you need seeders data for products and categories. $ curl http://localhost:3000/api/seeders Client with Vue.js $ cd client $ npm run serve