Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/linuxacademy/cicd-pipeline-train-schedule-git
Train Schedule sample app for Git exercises
https://github.com/linuxacademy/cicd-pipeline-train-schedule-git
Last synced: 2 days ago
JSON representation
Train Schedule sample app for Git exercises
- Host: GitHub
- URL: https://github.com/linuxacademy/cicd-pipeline-train-schedule-git
- Owner: linuxacademy
- Created: 2018-04-09T19:35:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-01T08:16:42.000Z (over 1 year ago)
- Last Synced: 2023-06-03T08:15:33.118Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 24.4 KB
- Stars: 71
- Watchers: 10
- Forks: 7,614
- Open Issues: 622
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cicd-pipeline-train-schedule-git
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)