Skip to content

Latest commit

 

History

History
executable file
·
25 lines (18 loc) · 330 Bytes

phase1.md

File metadata and controls

executable file
·
25 lines (18 loc) · 330 Bytes

Phase 1: User Authentication

Rails

Models

  • User

Controllers

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

Views

  • layouts/application.html.erb
  • users/new.html.erb
  • session/new.html.erb

Backbone

Models

Collections

Views

Gems/Libraries

  • BCrypt
  • Bootstrap