/Family-Tree

Epicodus Week 6 Day 5 Active Record and Ruby Project

Primary LanguageRuby

Family tree

This is a command-line app to track a family tree. It's an exercise in using Active Record without Rails, and playing around with associations that aren't always straightforward.

So far, the only functionality that's been implemented is:

  • tracking which people are married to each other
  • tracking which people have children

Future features:

  • Reporting parents
  • Reporting siblings, cousins, uncles/aunts, etc.
  • Tracking divorces