railsbook icon indicating copy to clipboard operation
railsbook copied to clipboard

A facebook clone app using Rails. A short time hack to see the development speed using Rails

Rails book

This is a Facebook clone app done in minimum time possible to check the development speed.

Related links

Quick Start

  • 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