- Notifications
You must be signed in to change notification settings - Fork873
A sample Express.js app using a MongoDB database to show how to host Node.js app in Azure App service using Azure Cosmos DB
License
Azure-Samples/msdocs-nodejs-mongodb-azure-sample-app
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
page_type | languages | products | urlFragment | name | description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
sample |
|
| msdocs-nodejs-mongodb-azure-sample-app | Deploy a Express.js web app with MongoDB in Azure | This is a CRUD web app that uses Express.js and Azure Cosmos DB. |
This is a CRUD (create-read-update-delete) web app that uses Express.js and Azure Cosmos DB. The Node.js app is hosted in a fully managed Azure App Service. This app is designed to be be run locally Linux Node.js container in Azure App Service. You can either deploy this project by following the tutorialTutorial: Deploy a Node.js + MongoDB web app to Azure or by using theAzure Developer CLI (azd) according to the instructions below.
This project has adev container configuration, which makes it easier to develop apps locally, deploy them to Azure, and monitor them. The easiest way to run this sample application is inside a GitHub codespace. Follow these steps:
Fork this repository to your account. For instructions, seeFork a repo.
From the repository root of your fork, selectCode >Codespaces >+.
In the codespace terminal, run the following command:
npm install&& npm start
When you see the message
Your application running on port 3000 is available.
, clickOpen in Browser.
This project is designed to work well with theAzure Developer CLI, which makes it easier to develop apps locally, deploy them to Azure, and monitor them.
🎥 Watch a deployment of the code inthis screencast.
Steps for deployment:
Sign up for afree Azure account
Install theAzure Dev CLI. (If you opened this repository in a Dev Container, it's already installed for you.)
Log in to Azure.
azd auth login
Provision and deploy all the resources:
azd up
It will prompt you to create a deployment environment name, pick a subscription, and provide a location (like
westeurope
). Then it will provision the resources in your account and deploy the latest code. If you get an error with deployment, changing the location (like to "centralus") can help, as there may be availability constraints for some of the resources.When
azd
has finished deploying, you'll see an endpoint URI in the command output. Visit that URI, and you should see the CRUD app! 🎉 If you see an error, open the Azure Portal from the URL in the command output, navigate to the App Service, select Logstream, and check the logs for any errors.When you've made any changes to the app code, you can just run:
azd deploy
If you're working with this project and running into issues, please post inIssues.
About
A sample Express.js app using a MongoDB database to show how to host Node.js app in Azure App service using Azure Cosmos DB
Resources
License
Code of conduct
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors6
Uh oh!
There was an error while loading.Please reload this page.