Pirate Daddy


The Pirate Daddy app lets you enter a phone number, and send a random pirate insult. This app was created during a Hackathon Event at Turing School of Software and Design.


Report Bug · Request Feature · Deployed Heroku App
Table of Contents
  1. About The Project
  2. Getting Started
  3. Available Endpoints
  4. Goals

About The Project

(back to top)

Built With:

Ruby 3.1.1 Rails 7.0.4 Postgresql 1.1

(Also jsonapi-serializer)

Testing:

Faker Factory Bot RSpec Shoulda-Matchers SimpleCov

Getting Started


Installation and Use

  1. Clone the repo:

    git clone git@github.com:GreenGogh47/tea_shop.git
  2. Install gems:

    bundle install
  3. To establish the database run:

    bundle exec rails db:{create,migrate,seed}
  4. Run the rails server:

    rails s
  5. Open your browser and visit localhost:3000 to view the app.


Goals

Pirate Daddy was crafted to satisfy the requirements for The Turing Mod 4 Take-Home Project. See the official project requirements here.

Acknowledgments

(back to top)