This is a Udacity project for the course "The MVC Pattern in Ruby".
It gives a you a monolithic ruby app running on Sinatra and asks you to split it according the MVC pattern.
Setup ruby locally ✓
Extract ruby code from the templates ✓
Create Product model ✓
Create views using the general layout ✓
Create "Deals" page ✓