Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/123mwanjemike/cicd-with-herokuci
- Owner: 123MwanjeMike
- License: mit
- Created: 2021-09-25T14:07:19.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-06T02:03:06.000Z (almost 2 years ago)
- Last Synced: 2024-05-20T21:31:31.572Z (6 months ago)
- Topics: cicd, demo-app, express, factorial, heroku, heroku-ci, heroku-deployment, herokuci, mocha-chai, tdd, test-driven-development, tutorial
- Language: JavaScript
- Homepage:
- Size: 45.9 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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.