Skip to content

mikepfeiffer/node-express-azure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8a14daa · Aug 26, 2024

History

88 Commits
Mar 20, 2024
Aug 22, 2021
Dec 21, 2018
Jul 22, 2024
Jul 22, 2024
Jul 22, 2024
Dec 21, 2018
Dec 21, 2018
Dec 21, 2018
Aug 26, 2024
Jul 22, 2024
Mar 20, 2024
Jul 22, 2024
Feb 22, 2021
Aug 22, 2021
Jul 22, 2024
Jul 22, 2024
Jul 22, 2024
Aug 26, 2024
Jul 22, 2024
Aug 22, 2021

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