natsteinmetz / mentor_match

Code Fellows - App-a-day - App to track potential mentors and mentees, and match them.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mentor-Mentee Matchmaking app

By Nathalie Steinmetz.

Description

Mentor-Mentee Matchmaking app is a CodeFellows App-a-day It uses a has_many through association, with the join model Mentorship. Also, it uses a main controller to generate a main view that contains elements from both main models. Strings that are used in select forms for the view are initialized within an [initializer file] (config/initializers/app_init.rb), and are accessible throughout the app.

The app allows login via LinkedIn OAuth.

Information

![screenshot mentor match] (lib/assets/screenshot_mentor_match.png) ![screenshot oauth] (lib/assets/screenshot_oauth.png)

License

[MIT License] (LICENSE.txt)

About

Code Fellows - App-a-day - App to track potential mentors and mentees, and match them.

License:MIT License


Languages

Language:Ruby 86.9%Language:CSS 8.9%Language:CoffeeScript 2.5%Language:JavaScript 1.7%