-
Ruby version: 3.2.2
-
Rails version: 7.1.1
-
Database: SQLite
Up and Running:
- Clone this repository
- Run the command
bundle install - Create the database with
rails db:create - Run the migrations
rails db:migrate - Seed the dabase
rake import:import_pokemon