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

https://github.com/rewindio/pokemon-cards-rails


https://github.com/rewindio/pokemon-cards-rails

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# README

Basic backup app for the [Pokemon TCG API](https://docs.pokemontcg.io/).

## Docker Instructions

```bash
docker-compose up
```

## Installation

### Install ruby version

```bash
rbenv install 2.7.0
rbenv local 2.7.0
```

```bash
bundle install
yarn install

rails db:migrate

rails s
```

## To run tests

```bash
bundle exec rspec
```