Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 370 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 370 Bytes

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