SocialBookis an open source social networking platform written in Ruby on Rails.
To set it up on your local machine here is what you need to do. Install Ruby & Rails. Clone this repo using the following command:
git clone https://github.com/deepaksabat/SocialBook
cd SocialBook
Then resolve dependencies using bundler:
bundle install
Run Migrations:
rake db:migrate
Run rails using
rails server
To test the app with mock data by running the following rake task:
rake fill:data
- Fork this repo
- Make changes to code
- Send Pull Request




