https://github.com/rewindio/pokemon-cards-rails
https://github.com/rewindio/pokemon-cards-rails
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rewindio/pokemon-cards-rails
- Owner: rewindio
- Created: 2021-04-12T11:50:38.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-19T21:37:20.000Z (over 3 years ago)
- Last Synced: 2023-03-02T22:56:12.616Z (over 3 years ago)
- Language: Ruby
- Size: 511 KB
- Stars: 0
- Watchers: 19
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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
```