Videos for lectures:
- Rails CRUD - https://www.youtube.com/watch?v=Dq-UNIwTxT0
- Authentication - https://youtu.be/zD8B4aiZxr4
Homework
Make a CRUD application where a user can save their favorite restaurants. A restaurant must have:
- Name
- Description
- Menu URL
Your CRUD app must have authentication and sessions and a user needs to log in to see their restaurants.