Thorp is a Simple Social Networking. We do not intend to compete with any other social network.
This is only a demo application.
Visit: link:http://thorp.startupseven.net
Clone this code.
Install dependences:
bundle install --without testEdit the config/database.yml and add you info the database.
create the database:
bundle exec rake db:createExec the migrations
bundle exec rake db:migratestart you application
rails s