SophieDeBenedetto / sinatra-rest-and-forms-lecture

for the flatiron school web-0716 class

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

for the flatiron school web-0716 class

License:Other


Languages

Language:Ruby 90.5%Language:HTML 9.5%