Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 670 Bytes

File metadata and controls

13 lines (7 loc) · 670 Bytes

This is the sample project built by following the "Building Your First GitHub App" Quickstart guide on developer.github.com.

It consists of two different servers: server.rb (boilerplate) and advanced_server.rb (completed project).

Install and run

To run the code, make sure you have Bundler installed; then enter bundle install on the command line.

  • For the boilerplate project, enter ruby server.rb on the command line.

  • For the completed project, enter ruby advanced_server.rb on the command line.

Both commands will run the server at localhost:3000.