Heroku link: https://twitter-clone-kenneth.herokuapp.com/
This Twitter clone app enables a user to 1) sign up for an account, 2) login, 3) create tweets with hashtags inline, 4) follow and unfollow other users, 5) view tweet feeds.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Ruby 2.4.1
- Rails 5.1.4
Clone the repository
git clone https://github.com/kennethteh90/twitter-clone.git
Install required gems
bundle install
Create and configure the database
rake db:create db:migrate
- Kenneth Teh - Kenneth
- Rails Tutorial - https://www.railstutorial.org/book/ for the guide on following other users