Backed by PokeApi
https://jays-pokedex.herokuapp.com/
- Add more test coverage / refactor
- Add cron job to sync pokemon/types daily with pokeapi
- Add additional regions
git clone git@github.com:jayywolff/pokedex.git
cd /path/to/git/dir
bundle install
yarn install
rails db:create
rails db:migrate
rails db:seed
- ruby-2.6.3
- bundle
- postgres
- run
rspec
to run the full test suite. Note: Test suite is a work in progress...
- Ruby on Rails 6.0
- Postgres
- RSpec 3
- Vue.JS 2.6
- Bootstrap 4