- login feature
- see another profile, selected randomly
- design necessary data
- mvp of seeing another user from the database
- randomize it
- Let a user to request a match or decline
- Send a form response to /match
- Receive the form and create a MatchRequest object
- Handle the case on the home page when there are no matches available
- Handle the case when user requests a match and a match reqeust object exists with current user as the target