"Follow and be followed" Acquaintion is a basic Twitter clone built with the Ruby on Rails framework.
Check it out here: https://acquaintion.herokuapp.com/
- 
Ruby version - ruby 2.4.0rc1 
- 
Rails version - 4.2.8 
- 
Database - Postgres 
- 
Framework - Ruby on Rails 
- 
Hosted on Heroku 
Make sure you have Rails and Git installed on your machine
- 
git clone the repo to your local machine git clone https://github.com/Twinpair/Acquaintion.git
- 
Run bundle installto install gems
- 
Run rake db:migrateto migrate the database
- 
On root path you can run rails sto begin server
- 
Open browser to localhost:3000to view application
Once you have the repo on your local machine
- 
Run rake db:migrate RAILS_ENV=testto migrate the testing enviroment database
- 
Run rake testto verify everything is ok =)