Skip to content

mudit-10/Social-Network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Social-Network

An almost from scratch implementation of a social network similar to Twitter, developed on Ruby with Sinatra framework.

Features

  1. An authentication system through signin and signup managed through database(SQLite).
  2. Users can tweet anything on their minds :)
  3. Users can see their followers & people they follow.
  4. Users can delete their own tweets, if they want.
  5. They can follow other users.
  6. The Tweet Feed includes the tweets by the users they follow.
  7. The tweets can be liked (Every user can do this ONCE, and can't like their own :P).
  8. It is also possible to view thethe likers of a particular tweet.

About

An almost from scratch implementation of a social network similar to Twitter, developed on Ruby with Sinatra framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors