Skip to content

mikepfeiffer/node-express-azure

Repository files navigation

Node & Express Demo App for Azure DevOps

Last edited by Tim Warner

Build Your First CI/CD Pipeline using Azure DevOps with this Demo App.

This is a Node and Express web application used to demonstrate CI/CD with Azure DevOps. You can clone this repo and use it within Azure DevOps to build, test, and release to an Azure App Service web app.

Running and Testing Locally:

You can use these commands to install, test, and run the app locally. (Not Required)

Install

npm install

Test

npm test

alt text

Navigate to the /test folder to review the unit tests for this project. These tests will run as part of your Azure DevOps Build pipeline. See azure-pipelines.yml in this repo.

Start

npm start

License

This project is licensed under the Apache License 2.0