/gakkou

Gakkou it's a class managment system design as a main task for a subject at the CS Department of UNLP.

Primary LanguageRubyMIT LicenseMIT

Gakkou

Build Status license

Gakkou it's a class managment system design as a main task for a subject at the CS Department of UNLP.

Installation

Gakkou uses docker for production and development

to run the application you'll need docker and docker-compose

Build the app

docker-compose build

Run the app

docker-compose up -d

Setup the database

docker-compose exec web bundle exec rails db:setup

Shutdown

docker-compose down

Usage

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.