Small Rails Project to manage Schools and Courses data.
Sample app to show a bit of my code skills.
$ bundle install
$ rake db:create
$ rake db:migrate
$ rake db:seed (There is a confirmation prompt, to clean database if needed)
$ rspec -f doc
( https://github.com/colszowka/simplecov )
Check it out on coverage/index.html
-
Management of Schools and Courses
-
Find course and school by name and filter courses by school
-
Report for active students per school
Fernando Varani
keernel