Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 1.05 KB

README.md

File metadata and controls

19 lines (10 loc) · 1.05 KB

Peas in a Podcast

Submission for Turing School of Software and Design, Backend Module 2 solo project: Relational Rails.

This program demonstrates a one-to-many database relationship using podcasts (one) and episodes (many), utilizing PostgreSQL as database infrastructure, and uses Ruby v2.7.4 and Rails v5.2.8 as a framework.

In testing, I primarily utilized rspec-rails, capybara, and shoulda-matchers for both feature and model testing.

Podcast (parent) view:

gui_view

Episode (child) view:

episode_view

Database schema design:

schema_image