missnadia / gradstat

Course management application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GradStat

GradStat is a course management application built with Ruby on Rails that logs your study time as well as comparing your pace with other students taking the same course.

Setup

$ git clone 'git@github.com:missnadia/gradstat.git'

OR

$ git clone 'https://github.com/missnadia/gradstat.git'

Then execute:

$ bundle install

$ rails db:migrate

$ rails db:seed

$ thin start --ssl

Admin username/password (db/seeds.rb):

Email: "sfields@abc.com"

Password: "password"

Contributing

Bug reports and pull requests are welcome on GitHub at github.com/missnadia/gradstat.git. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The gem is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the GradStat project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.

About

Course management application

License:MIT License


Languages

Language:Ruby 69.9%Language:HTML 22.0%Language:CSS 6.0%Language:JavaScript 2.1%