/sinatra-rest-and-forms-lecture

for the flatiron school web-0716 class

Primary LanguageRubyOtherNOASSERTION

Intro to Sinatra

Objectives

  1. Understand basic concept of MVC file structure
  2. Understand what a route is and how to define a route in a Sinatra app.
  3. Understand how to use a config.ru file to start a Sinatra app running on a server.
  4. Understand how to render a view page from a route you defined in a controller.