24 lines
1.2 KiB
Markdown
24 lines
1.2 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)
|
|
|
|
Ruby on Rails application serving as backend for turnie.re
|
|
|
|
# Installation
|
|
```
|
|
# install dependencies
|
|
$ bundle install
|
|
# run migrations
|
|
$ rails db:migrate
|
|
```
|
|
|
|
# Running
|
|
Development (without mail confirmation and separate database):
|
|
```
|
|
$ RAILS_ENV=development rails server
|
|
```
|
|
|
|
# Generate diagrams
|
|
```
|
|
rails diagram:all_with_engines
|
|
```
|