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

https://github.com/stupidcodefactory/bitfinex-test


https://github.com/stupidcodefactory/bitfinex-test

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

### setup

#### boot Grape nodes:

```bash
cp .env.example .env
docker-compose up
```
#### install dependencies
```
yarn install
```

### run the only test
```
yarn test
```