PeopleToPokémon is a simple Ruby-on-Rails app that lets users create comparisons between people and Pokémon.
This app requires Ruby version: ~> 2.7.3
- Clone or download the repository to your computer
- Run
bundle install
to install this project's dependencies - Create & seed the database (this takes a little bit)
bin/rails db:migrate
bin/rails db:seed
- Run the application with
rails s
- Users can view pokémon, people, and people-pokémon matches
- Users can add new pokémon and people, and create matches (posts) & comments on posts. Users can delete their own posts
- Users can sign up & login/logout
An individual post with comments
- Built on Ruby 2.7 and Rails 7.0
- Manages a SQLite3 database for data persistence
- Uses the Bulma.io CSS framework for the front-end
- Pulls Pokémon info from the PokéAPI database, using the Poke-Api-V2 gem
- Pulls people images from Pixabay using the pixabay-api gem
By: Luke Baltay and Malcolm Keyes