This is Basic clone of Twitter.com in Ruby on Rails,
Hosted URL: Shubham Mishra Twitter Clone
Login Credentials:
Username: umesh123
password: 123456
Below features are available, you may clone the repo and add features...
List of features:
- Sign In / Sign Up
- Home Feed
- User Profile
- User List
- User can tweet
- Can like comment
- Can reply (comment) to those tweet
- Can retweet others comment
- Can follow/ Unfollow other users
- Responsive UI
Ruby version: 2.7.2
Rails version: 5.2.0
Database: Postgresql
After repo clone run below cmd's:
bundle install
rake db:create
rake db:migrate
rails s
Enjoy the coding!!!...