Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 654 Bytes

README.md

File metadata and controls

34 lines (27 loc) · 654 Bytes

Simple Pokedex App

Backed by PokeApi

https://jays-pokedex.herokuapp.com/

TODO

  • Add more test coverage / refactor
  • Add cron job to sync pokemon/types daily with pokeapi
  • Add additional regions

Setup For Development

  • git clone [email protected]:jayywolff/pokedex.git
  • cd /path/to/git/dir
  • bundle install
  • yarn install
  • rails db:create
  • rails db:migrate
  • rails db:seed

Dependencies

  • ruby-2.6.3
  • bundle
  • postgres

Testing

  • run rspec to run the full test suite. Note: Test suite is a work in progress...

Tech Stack <3

  • Ruby on Rails 6.0
  • Postgres
  • RSpec 3
  • Vue.JS 2.6
  • Bootstrap 4