27 lines
1.5 KiB
Markdown
27 lines
1.5 KiB
Markdown
# turniere-backend
|
|
[](https://travis-ci.org/turniere/turniere-backend) [](https://gitlab.com/turniere/turniere-backend/commits/master) [](https://coveralls.io/gitlab/turniere/turniere-backend?branch=master) [](https://houndci.com) [](https://app.codacy.com/app/Malaber/turniere-backend) [](https://sonarcloud.io/dashboard?id=turniere_turniere-backend) [](https://codeclimate.com/github/turniere/turniere-backend/maintainability)
|
|
|
|
Ruby on Rails application serving as backend for turnie.re
|
|
|
|
## Quick install with Docker
|
|
[turnie.re - Quickstart](https://github.com/turniere/turniere-quickstart)
|
|
|
|
## Installation
|
|
```bash
|
|
# install dependencies
|
|
$ bundle install
|
|
# run migrations
|
|
$ rails db:migrate
|
|
```
|
|
|
|
## Running
|
|
Development (without mail confirmation and separate database):
|
|
```bash
|
|
$ RAILS_ENV=development rails server
|
|
```
|
|
|
|
## Generate diagrams
|
|
```bash
|
|
$ rails diagram:all_with_engines
|
|
```
|