Web based grade manager for managing grades. The most current version can be found at gradus.severinkaderli.ch
##Features
- Creation of new user accounts
- Authentication
- Managing of grade groups (Subjects, Grades)
- Correct calculation of averages of groups and subjects
- Archive of old groups
##How to install
- git clone https://github.com/severinkaderli/gradus
- composer install
- Copy .env.example to .env and modify it to your needs
- php artisan migrate
- bower install
- enjoy