The Fomotograph project is part of Udacity's The MVC Pattern in Ruby class.
For this project I took the provided "spaghetti code" and re-implemented and improved upon it using the Sinatra framework and the MVC design pattern.
To run this application locally, clone this repo and then install the necessary Ruby gems:
bundle install
When the appropriate gems are installed, you'll be able to run the app in a local server:
ruby app.rb