Skip to content

alepbloyd/Peas_in_a_Podcast

Repository files navigation

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

About

One-to-many database relationship project!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published