## Steps are necessary to get the application up and running.
-
Ruby version - ruby 2.1.1p76
-
Database creation - rake db:create, rake db:migrate, rake db:seed
-
How to run the test suite - bundle exec rspec
### Overview
-
My first rails project for a (fake) small speech and drama school.
-
The public pages are available to all.
-
The admin section is available only to the teachers or office administrators of the school.
-
No student can login to view their data.
-
Basic crud for all students/results/terms and questions
-
Prawn used to generate a results certificate
-
This is a website in itself but will also be used as an API for an ember project that I’m currently working on
The site is a work in progress