Requirements nodejs nodemon $ npm install --g nodemon yarn $ npm install --g yarn vuejs $ npm install --g @vue/cli mongodb client Project setup $ cd client $ yarn install Compiles and hot-reloads for development $ yarn serve Compiles and minifies for production $ yarn build Customize configuration See Configuration Reference. Server Project setup $ cd server $ npm install Project start $ npm run serve