All Projects → mikepfeiffer → node-express-azure

mikepfeiffer / node-express-azure

Licence: Apache-2.0 license
Node & Express Demo App for Azure DevOps

Programming Languages

CSS
56736 projects
SCSS
7915 projects
javascript
184084 projects - #8 most used programming language
Handlebars
879 projects

Projects that are alternatives of or similar to node-express-azure

SeqTools
A python library to manipulate and transform indexable data (lists, arrays, ...)
Stars: ✭ 42 (+35.48%)
Mutual labels:  pipeline
httpit
A rapid http(s) benchmark tool written in Go
Stars: ✭ 156 (+403.23%)
Mutual labels:  pipeline
Ramses
The Rx Asset Management System for motion picture production
Stars: ✭ 48 (+54.84%)
Mutual labels:  pipeline
serverless-orleans
A demonstration of local development and debugging + serverless Azure deployment of a Dockerized Orleans application.
Stars: ✭ 21 (-32.26%)
Mutual labels:  azure-app-service
jmeter-aci-terraform
Scalable cloud load/stress testing pipeline solution with Apache JMeter and Terraform to dynamically provision and destroy the required infrastructure on Azure.
Stars: ✭ 114 (+267.74%)
Mutual labels:  azure-devops
SalmonTE
SalmonTE is an ultra-Fast and Scalable Quantification Pipeline of Transpose Element (TE) Abundances
Stars: ✭ 63 (+103.23%)
Mutual labels:  pipeline
Apos.Content
Content builder library for MonoGame.
Stars: ✭ 14 (-54.84%)
Mutual labels:  pipeline
TDAstats
R pipeline for computing persistent homology in topological data analysis. See https://doi.org/10.21105/joss.00860 for more details.
Stars: ✭ 26 (-16.13%)
Mutual labels:  pipeline
html-pipeline
HTML processing filters and utilities in Go version
Stars: ✭ 18 (-41.94%)
Mutual labels:  pipeline
lightflow
A lightweight, distributed workflow system
Stars: ✭ 67 (+116.13%)
Mutual labels:  pipeline
rails-docker-parallel-example
An example of how to run Rails CI and test steps in parallel with Docker and Buildkite
Stars: ✭ 19 (-38.71%)
Mutual labels:  pipeline
LabPype
Framework for Creating Pipeline Software
Stars: ✭ 18 (-41.94%)
Mutual labels:  pipeline
towhee
Towhee is a framework that is dedicated to making neural data processing pipelines simple and fast.
Stars: ✭ 821 (+2548.39%)
Mutual labels:  pipeline
MIPS-pipeline-processor
A pipelined implementation of the MIPS processor featuring hazard detection as well as forwarding
Stars: ✭ 92 (+196.77%)
Mutual labels:  pipeline
nanoflow
🔬 De novo assembly of nanopore reads using nextflow
Stars: ✭ 20 (-35.48%)
Mutual labels:  pipeline
azuregovernance
Implement Azure Governance using Terraform
Stars: ✭ 21 (-32.26%)
Mutual labels:  azure-devops
mojito-admin-starter
此项目主要为了演示如何自动化 Fullstack project 的 Infrastructure。
Stars: ✭ 17 (-45.16%)
Mutual labels:  azure-devops
tfa
tfa is a 2fa cli tool that aims to help you to generate 2fa code on CI/CD pipelines.
Stars: ✭ 25 (-19.35%)
Mutual labels:  pipeline
lines
A pure bash clojureish CI pipeline
Stars: ✭ 72 (+132.26%)
Mutual labels:  pipeline
IARC-nf
List of IARC bioinformatics nextflow pipelines
Stars: ✭ 34 (+9.68%)
Mutual labels:  pipeline

Node & Express Demo App for Azure DevOps

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

Deploy the App Service Infrastructure:

Click the button below to deploy an Azure Web App for Linux. This will create a new app service plan and web app with a dev deployment slot. You can then create build and release pipelines at dev.azure.com to continuously deploy the node application in this repo to the dev deployment slot.

Deploy the App Continuously with Azure DevOps:

Follow my step-by-step guide: Build Your First CI/CD Pipeline using Azure DevOps

This walkthrough contains all the steps you should follow to fork this repo and build your own automated build and release pipeline.

App Info

Author

Mike Pfeiffer @mike_pfeiffer

Version

1.0.0

License

This project is licensed under the Apache License 2.0

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].