https://github.com/timothywarner/nodeapp
Simple Node app for use in Tim's AZ-400 certification training classes
https://github.com/timothywarner/nodeapp
Last synced: 11 months ago
JSON representation
Simple Node app for use in Tim's AZ-400 certification training classes
- Host: GitHub
- URL: https://github.com/timothywarner/nodeapp
- Owner: timothywarner
- License: apache-2.0
- Created: 2024-12-07T17:16:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-24T00:20:53.000Z (over 1 year ago)
- Last Synced: 2025-02-26T19:47:04.541Z (over 1 year ago)
- Language: CSS
- Size: 1.08 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Node & Express Demo App for GitHub Actions, Azure DevOps, and Beyond
## 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.
[](https://github.com/codespaces/new/timothywarner/node-express-azure)
## 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
```

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