Simple ROR-based calendar with implementation of recurring events and multiple user schedules.
login: user@example.com
password: password
$ docker-compose up --build
$ docker-compose run --rm app_test rails db:test:prepare
$ docker-compose run --rm app_test bundle exec rspec
Tested with Google Chrome, may appear incorrectly in other browsers.