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).
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.rbon the command line. -
For the completed project, enter
ruby advanced_server.rbon the command line.
Both commands will run the server at localhost:3000.