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:
- cd
- bundle install
- rake db:migrate
- rails server
Then go to (localhost:3000) to view the application.