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

https://github.com/sofakingworld/currencyrate


https://github.com/sofakingworld/currencyrate

Last synced: 20 days ago
JSON representation

Awesome Lists containing this project

README

          

# README

[EXAMPLE AT HEROKU](https://rub-currency-rate.herokuapp.com)

## First of all clone this repository and install foreman gem
```bash
gem install foreman
```

## secondary run
```bash
foreman start -c install
```
## That will install application
## sample user and password for /admin panel
email: funbox_test@valute.ru
pwd: funbox

## run application by
```bash
foreman start -c start
```