An almost from scratch implementation of a social network similar to Twitter, developed on Ruby with Sinatra framework.
- An authentication system through signin and signup managed through database(SQLite).
- Users can tweet anything on their minds :)
- Users can see their followers & people they follow.
- Users can delete their own tweets, if they want.
- They can follow other users.
- The Tweet Feed includes the tweets by the users they follow.
- The tweets can be liked (Every user can do this ONCE, and can't like their own :P).
- It is also possible to view thethe likers of a particular tweet.