Deploy Express.js web app with MongoDB database to Azure App Service
Learn how to create, configure and deploy an Express.js (Node.js) web app with a MongoDB database to Azure App Service.
Learning objectives
By the end of this module, you'll be able to:
- Set up and run local development environment.
- Create and configure Azure resources for an Express.js + MongoDB app.
- Deploy app and data to Azure.
Prerequisites
- Conceptual understanding of cloud development and deployment
- JavaScript server web development experience
- MongoDB database experience
- GitHub experience
- Visual Studio Code for the local development environment