Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/linuxacademy/cicd-pipeline-train-schedule-jenkins
Train Schedule sample app for Jenkins exercises
https://github.com/linuxacademy/cicd-pipeline-train-schedule-jenkins
Last synced: 2 days ago
JSON representation
Train Schedule sample app for Jenkins exercises
- Host: GitHub
- URL: https://github.com/linuxacademy/cicd-pipeline-train-schedule-jenkins
- Owner: linuxacademy
- Created: 2018-04-20T17:59:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-24T02:05:31.000Z (over 1 year ago)
- Last Synced: 2023-04-24T15:53:36.994Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 133 KB
- Stars: 33
- Watchers: 7
- Forks: 6,815
- Open Issues: 85
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cicd-pipeline-train-schedule-jenkins
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)