https://github.com/ravindrasinghh/cicicd-pipeline-train-schedule-kubernetes
Train Schedule sample app for Jenkins Pipelines CD with Kubernetes.
https://github.com/ravindrasinghh/cicicd-pipeline-train-schedule-kubernetes
cicd-pipeline docker jenkins-pipeline kubernetes kubernetes-cluster kubernetes-service
Last synced: 26 days ago
JSON representation
Train Schedule sample app for Jenkins Pipelines CD with Kubernetes.
- Host: GitHub
- URL: https://github.com/ravindrasinghh/cicicd-pipeline-train-schedule-kubernetes
- Owner: ravindrasinghh
- Created: 2019-09-27T04:54:52.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T00:46:09.000Z (almost 3 years ago)
- Last Synced: 2025-03-27T13:01:52.520Z (6 months ago)
- Topics: cicd-pipeline, docker, jenkins-pipeline, kubernetes, kubernetes-cluster, kubernetes-service
- Language: JavaScript
- Homepage:
- Size: 189 KB
- Stars: 2
- Watchers: 1
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cicd-pipeline-train-schedule-kubernetes
This is a simple train schedule app written using nodejs. It is intended to be used as a sample application for a series of hands-on learning activities.
## Running the app
You need a Java JDK 7 or later to run the build. You can run the build like this:
./gradlew build
You can run the app with:
./gradlew npm_start
Once it is running, you can access it in a browser at http://localhost:8080