MongoDB + Express + Vue.js + Node.js (Sample MEVN Project)
Project is from "Hands-On Full-Stack Web Development with Vue.js 2 and Node.js" book.
You need to install mongodb before run the project.
# install dependencies
yarn
# serve frontend with hot reload at localhost:8080
yarn run dev
# RUN THIS AT ANOTHER CONSOLE to serve backend
node server.js