Gakkou it's a class managment system design as a main task for a subject at the CS Department of UNLP.
Gakkou uses docker for production and development
to run the application you'll need docker
and docker-compose
docker-compose build
docker-compose up -d
docker-compose exec web bundle exec rails db:setup
docker-compose down
A live demo is setup in a heroku app https://intense-peak-30761.herokuapp.com/
You may use the username admin@admin.com
and the password 123456
to login.