https://github.com/kerbaras/gakkou
Gakkou it's a class managment system design as a main task for a subject at the CS Department of UNLP.
https://github.com/kerbaras/gakkou
class-management rails ruby unlp
Last synced: 3 months ago
JSON representation
Gakkou it's a class managment system design as a main task for a subject at the CS Department of UNLP.
- Host: GitHub
- URL: https://github.com/kerbaras/gakkou
- Owner: kerbaras
- License: mit
- Created: 2017-11-30T12:55:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-10T20:28:02.000Z (over 7 years ago)
- Last Synced: 2025-01-14T03:45:41.799Z (5 months ago)
- Topics: class-management, rails, ruby, unlp
- Language: Ruby
- Homepage: https://intense-peak-30761.herokuapp.com/
- Size: 162 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Gakkou
[](https://travis-ci.org/matias-pierobon/gakkou)
[](https://github.com/matias-pierobon/gakkou/blob/master/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
```bash
docker-compose build
```### Run the app
```bash
docker-compose up -d
```### Setup the database
```bash
docker-compose exec web bundle exec rails db:setup
```### Shutdown
```bash
docker-compose down
```## Usage
A live demo is setup in a heroku app [https://intense-peak-30761.herokuapp.com/](https://intense-peak-30761.herokuapp.com/)
You may use the username `[email protected]` and the password `123456` to login.