Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 423 Bytes

readme.md

File metadata and controls

14 lines (9 loc) · 423 Bytes

MSITPROJECT

MSIT project is a simple social networking website made using Ruby on Rails. A demo of this application may be seen at MSIT Project

To run on your own local machine you need ruby 1.9.3 and need to run the following commands:

  1. cd
  2. bundle install
  3. rake db:migrate
  4. rails server

Then go to (localhost:3000) to view the application.