JavaScript has become one of the most important languages of today and tomorrow.
The rise of JavaScript in the past few years has been so drastic that it has become a powerful language in the development of modern web applications.
MEVN is one of the stacks for developing modern web applications in addition to MEAN and MERN. This book provides a step by step way of building a full-stack web application using the technology in MEVN, which is MongoDB, Express.js, Vue.js, and Node.js.
The book will provide the basic concepts of Node.js and MongoDB, continuing with building an Express.js application and implementing Vue.js.
In this book, we'll cover the following things:
- Learning about the technology stack—MongoDB, Node.js, Express.js, and Vue.js
- Building an Express.js application
- Learning what REST APIs are and how to implement them
- Learning to use Vue.js as the frontend layer in the Express.js application
- Adding an authentication layer in the application
- Adding the automation scripts and tests