Skip to content
This repository was archived by the owner on Jun 1, 2020. It is now read-only.

Latest commit

 

History

History
executable file
·
22 lines (16 loc) · 318 Bytes

File metadata and controls

executable file
·
22 lines (16 loc) · 318 Bytes

Phase 1: User Authentication and login

Rails

Models

  • User

Controllers

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

Views

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

Backbone

Models

Collections

Views

Gems/Libraries