Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 606 Bytes

File metadata and controls

34 lines (19 loc) · 606 Bytes

School Courses Management

Small Rails Project to manage Schools and Courses data.

Sample app to show a bit of my code skills.

1- Setting it up

$ bundle install

$ rake db:create

$ rake db:migrate

$ rake db:seed (There is a confirmation prompt, to clean database if needed)

2- Specs

$ rspec -f doc

Code Coverage with Simplecov

( https://github.com/colszowka/simplecov )

Check it out on coverage/index.html

Features

  • 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