Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/123mwanjemike/cicd-with-herokuci

This is a demo factorial app for the building CI/CD workflow with Heroku CI article https://blog.mikemwanje.dev/build-a-cicd-pipeline-with-heroku-ci. The application calculates the factorial of a number.
https://github.com/123mwanjemike/cicd-with-herokuci

cicd demo-app express factorial heroku heroku-ci heroku-deployment herokuci mocha-chai tdd test-driven-development tutorial

Last synced: about 21 hours ago
JSON representation

This is a demo factorial app for the building CI/CD workflow with Heroku CI article https://blog.mikemwanje.dev/build-a-cicd-pipeline-with-heroku-ci. The application calculates the factorial of a number.

Awesome Lists containing this project

README

        

# cicd-with-herokuci
CI/CD workflow with Heroku CI.
This application calculates the factorial of a number.

This is a demo factorial app for the tutorial "Building a CI/CD workflow with Heroku CI" article [here](https://blog.mikemwanje.dev/build-a-cicd-pipeline-with-heroku-ci).

Each branch represents the application's version at the end of the respective stage of the tutorial aprt from the main branch which has the final state of the application.