Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Latest commit

 

History

History
33 lines (22 loc) · 352 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 352 Bytes

README

Basic backup app for the Pokemon TCG API.

Docker Instructions

docker-compose up

Installation

Install ruby version

rbenv install 2.7.0
rbenv local 2.7.0
 bundle install
 yarn install

 rails db:migrate

 rails s

To run tests

bundle exec rspec