Skip to content

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

License

Notifications You must be signed in to change notification settings

kerbaras/gakkou

Repository files navigation

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.

About

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

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published