An open API service indexing awesome lists of open source software.

https://github.com/ukoloff/skb-test

SKB Kontur test task
https://github.com/ukoloff/skb-test

rails-application rails5 ruby skb-kontur

Last synced: 2 months ago
JSON representation

SKB Kontur test task

Awesome Lists containing this project

README

          

# Тестовое задание СКБ Контур

[![Build Status](https://travis-ci.org/ukoloff/skb-test.svg)](https://travis-ci.org/ukoloff/skb-test)
[![Build status](https://ci.appveyor.com/api/projects/status/lm91xa5w15m0tayr?svg=true)](https://ci.appveyor.com/project/ukoloff/skb-test)

## Запуск

```sh
bundle install
bundle exec foreman start
```

## Тесты

```sh
bundle exec rails test
```