This application enables users to create, respond to, and view results of forms. Please note that not all functionality is currently implemented
##How to Run this Application
If you're using Cloud9, run the application with
$ ruby scouting-app.rb -p $PORT -o $IP
Then, you can visit it at the url specified by Cloud9.
If you're on your own computer, run the application with
$ ruby app.rb
If everything runs successfully, you should be able to visit http://localhost:4567 and see the web application.