Competency Matrix is a simple Rails app that enables users to track their programming competencies and for managers to analyze their team's improvement over time.
Clone the repo:
$ git clone https://github.com/gxespino/competency-matrix.git
Move into the directory and install the dependencies:
$ cd competency-matrix
$ bundle install
Create and migrate the database:
$ rake db:setup
Start the server:
$ rails server
Visit the app at localhost:3000
Team members can register using their email and then fill out the competency matrices.
Bug reports and pull requests are welcome on GitHub at https://github.com/gxespino/competency-matrix.