- GH training for Andy
- Install Node first - https://nodejs.org/en/download/
- Via command line do the following
- Make a local directory and CD into it
- Clone the repo
- Start the service
node app.js
- Make the following call
curl --location --request GET 'localhost:3000'
- Create a Branch: Local or on GitHub
- Do a Git Pull to update
- Checkout the new Branch
- Make your own changes to the server
- Push changes from local (your machine) to remote (GitHub)
- Create a Pull Request and add @mccannt to it.
- Merge Pull Request to master branch.