This is a Facebook clone app done in minimum time possible to check the development speed.
-
Clone the repo: git clone [email protected]:vysakh0/railsbook.git
-
set up the gems: bundle install
-
set up the database: rake db:migrate
-
run the server: rails s