Running MEAN on Azure Linux Virtual Machine!
The animated gif below demonstrates the working Books MEAN stack web application.
Each component of the MEAN stack performs a specialized function.
- MongoDB stores book data records.
- Express routes client HTTP requests to the appropriate handler.
- AngularJS connects the front-end with the program’s business logic.
- Node.js hosts the web application (web site and back-end API service).
Check out the Tutorial: Build and run a web application with the MEAN stack on an Azure Linux virtual machine for more info on how to build and run a web application with the MEAN stack on an Azure Linux virtual machine.