User's profile photos
Tweets
Tweet
Schema
GET
/tweets
get all tweets
GET
/tweets?username=:username
get all tweets for user's username
GET
/tweets/:id
get tweet by id
POST
/tweets
creating new tweet
PUT
/tweets/:id
updating tweet
DELETE
/tweets/:id
updating tweet