UM-USElab / GradeCraft

GradeCraft is a gamified gradebook, intended to help motivate students to be more engaged in their own learning.
GNU Affero General Public License v3.0
9 stars 6 forks source link

Out of date. Reference our development repo for current version: https://github.com/UM-USElab/gradecraft-development

Gradecraft is a gamified learning management system.

Current features:

Upcoming:

Installation instructions for development:

  1. Clone repository
  2. Run cp config/database.yml.sample config/database.yml (replace username with your current username)
  3. Run cp .env.sample .env
  4. Run bundle install
  5. Run bundle exec rake db:create
  6. Run bundle exec rake db:schema:load
  7. Optional: run bundle exec rake db:sample
  8. Run bundle exec rails server