Skip to content
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.

Latest commit

 

History

History
executable file
·
23 lines (16 loc) · 283 Bytes

phase1.md

File metadata and controls

executable file
·
23 lines (16 loc) · 283 Bytes

Phase 1: User Authentication and Home Page

Rails

Models

  • User

Controllers

  • UsersController (create, show)
  • SessionsController (create, destroy)

Views

  • users/show.html.erb

Backbone

Models

  • User
  • Session

Collections

Views

Gems/Libraries