I made 3 tables for my app, User, Tweet, and Profile. User stores the user information like password etc. Tweet stores the information message that a user tweets and the Profile table stores information about the user. Each user has one Profie and many Tweets.
- password
- avatar
- first_name
- last_name
- country
- user_id (belongs_to)
- message
- user_id (belongs_to)
- tweets on page
- log in/ log out
- see tweet
- edit tweet (if logged in)
- first_name, last_name
- tweet count
- avatar
- country
- edit ability