This API consumes the Pokemon API to deliver serialized responses tailored for a companion React App. It has been designed to become a scalable project for future collaboration and expansions. The project was completed by a team of five developers over a focused 10-day sprint.
To set up: clone this repo into new directory on local device.
Install Dependencies: run bundle install
Start Server: run rails server
Once in root directory: run bundle exec rspec spec/requests
or bundle exec rspec spec/models
.
To access SimpleCov browser run open coverage/index.html
.
-
Chirchirillo, Joe
-
Delaney, Kyle
-
De La Rosa, Melchor
-
Fallenius, Karl
-
O'leary, Ryan
- Ruby 3.2.2
- Rails 7.1.5
- RSpec 3.13