- Cobbie Quintos
- Miggy Pinaroc
- Paolo Sanchez
- Matthew Oracion
Ment for Others is an app that will allow Filipino college students to find mentors that would like to share their skills in their particular field of expertise
Mentees can navigate through a catalog of fields of interests and upcoming events to find mentors that will be able to help them improve their skills
Mentees can have individual sessions with a mentor or participate in an event to learn with other people with similar interests
-
Get homebrew
-
Get rvm
\curl -L https://get.rvm.io | bash -s stable
-
Clone repository
-
Get ruby and rails, run the following commands:
rvm list rvm install 2.5.3 gem update gem install bundler gem install nokogiri rvm use ruby-2.5.3@rails5.0 --create gem install rails
After installation of dependencies, cd to the folder and type:
bundle install
gem update
In order to run the app, type:
rake db:migrate
rails s