Skip to content

Rails & Vue.JS App - Kanto Pokedex based on PokeApi

Notifications You must be signed in to change notification settings

jayywolff/pokedex

Repository files navigation

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 git@github.com: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

About

Rails & Vue.JS App - Kanto Pokedex based on PokeApi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published