A simple Sinatra app illustrating the concepts behind TDD.
-
Install sqlite
brew install sqlite
-
Install Ruby Dependencies
bundle
-
Fire up the Rack server
rerun 'rackup'
-
Visit the app at localhost:9292
A simple Sinatra app illustrating the concepts behind TDD.
Install sqlite
brew install sqlite
Install Ruby Dependencies
bundle
Fire up the Rack server
rerun 'rackup'
Visit the app at localhost:9292