https://github.com/linuxacademy/cicd-pipeline-train-schedule-cd
Train Schedule sample app for Jenkins Pipelines CD exercises
https://github.com/linuxacademy/cicd-pipeline-train-schedule-cd
Last synced: about 1 year ago
JSON representation
Train Schedule sample app for Jenkins Pipelines CD exercises
- Host: GitHub
- URL: https://github.com/linuxacademy/cicd-pipeline-train-schedule-cd
- Owner: linuxacademy
- Created: 2018-04-27T17:38:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-29T19:55:23.000Z (about 2 years ago)
- Last Synced: 2025-04-11T10:01:17.425Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 152 KB
- Stars: 44
- Watchers: 7
- Forks: 4,411
- Open Issues: 64
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cicd-pipeline-train-schedule-cd
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:3000](http://localhost:3000)