https://github.com/linuxacademy/cicd-pipeline-train-schedule-gradle
Train Schedule sample app for Gradle exercises
https://github.com/linuxacademy/cicd-pipeline-train-schedule-gradle
Last synced: about 1 year ago
JSON representation
Train Schedule sample app for Gradle exercises
- Host: GitHub
- URL: https://github.com/linuxacademy/cicd-pipeline-train-schedule-gradle
- Owner: linuxacademy
- Created: 2018-04-12T19:54:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-17T19:03:49.000Z (about 2 years ago)
- Last Synced: 2025-04-03T23:07:53.973Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 135 KB
- Stars: 14
- Watchers: 5
- Forks: 4,391
- Open Issues: 46
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cicd-pipeline-train-schedule-gradle
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
It is not necessary to run this app locally in order to complete the learning activities, but if you wish to do so you will need a local installation of npm. Begin by installing the npm dependencies with:
npm install
Then, you can run the app with:
npm start
Once it is running, you can access it in a browser at [http://localhost:3000](http://localhost:3000)