/railsbook

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

Primary LanguageRuby

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 git@github.com:vysakh0/railsbook.git

  • set up the gems: bundle install

  • set up the database: rake db:migrate

  • run the server: rails s