https://github.com/linuxacademy/cicd-pipeline-train-schedule-autoscaling
Train Schedule sample app for Kubernetes Autoscaling exercises
https://github.com/linuxacademy/cicd-pipeline-train-schedule-autoscaling
Last synced: 2 months ago
JSON representation
Train Schedule sample app for Kubernetes Autoscaling exercises
- Host: GitHub
- URL: https://github.com/linuxacademy/cicd-pipeline-train-schedule-autoscaling
- Owner: linuxacademy
- Created: 2018-05-23T19:18:52.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-26T01:04:27.000Z (over 1 year ago)
- Last Synced: 2025-04-09T04:02:53.958Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 159 KB
- Stars: 4
- Watchers: 4
- Forks: 1,390
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cicd-pipeline-train-schedule-autoscaling
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