Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Latest commit

 

History

History
17 lines (13 loc) · 365 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 365 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/speee/bootcampsns.git
$ cd bootcampsns/
$ bundle install
$ rake db:migrate
$ rails s