Boot Camp SNS

This is a significant vulnerable SNS web application based on Ruby on Rails.

The product is meant for educational purposes only. DO NOT use any portion of the code for production.

Running the code

  git clone https://github.com/nishimunea/bootcampsns.git
  cd bootcampsns/
  bundle install
  rake db:migrate
  rails s