Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 1.33 KB

README.md

File metadata and controls

49 lines (30 loc) · 1.33 KB

Poké-Gochi API

Summary

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.

Installation

To set up: clone this repo into new directory on local device.

Install Dependencies: run bundle install

Start Server: run rails server

Testing

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 .

Contributors

Tech Stack

  • Ruby 3.2.2
  • Rails 7.1.5
  • RSpec 3.13