Your goal is to build an advanced public library application in Ruby on Rails.
By the end of this lab you will have:
- Basic-Auth: Login, Signup, Logout
- Basic views for your users
- A Many-to-Many database relationship: Users, Libraries, Library Users
- "Skinny", Refactored controllers
####Part 1: Users & Auth
Solution branch: 1_users_and_auth
####Part 2: Library Users
Solution branch: 2_library_users
Please reference the solution branches (1_users_and_auth
, 2_library_users
) for detailed, step-by-step commits.