In this tutorial, I will show you how to build a MEVN stack (Vue.js + Node.js + Express + MongoDB) example with a CRUD Application. The back-end server uses Node.js + Express for REST APIs, front-end side is a Vue client with Vue Router and axios.
More Practice: Node.js Express + Vue.js: JWT Authentication & Authorization example
Run both projects (back-end & front-end) in one place:
How to serve/combine Vue App with Express
Serverless with Firebase:
– Vue Firebase Realtime Database: CRUD example
– Vue Firestore: Build a CRUD App example