Basic backup app for the Pokemon TCG API.
docker-compose up
rbenv install 2.7.0
rbenv local 2.7.0
bundle install
yarn install
rails db:migrate
rails s
bundle exec rspec
Basic backup app for the Pokemon TCG API.
docker-compose up
rbenv install 2.7.0
rbenv local 2.7.0
bundle install
yarn install
rails db:migrate
rails s
bundle exec rspec