Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 687 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 687 Bytes

andysApp

Get up and Running

  • Via command line do the following
  • Make a local directory and CD into it
  • Clone the repo

    git clone https://github.com/mccannt/andysApp.git

  • Start the service

    node app.js

  • Make the following call

    curl --location --request GET 'localhost:3000'

Next Steps

  • 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.