Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 461 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 461 Bytes

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