a CLI rendition of The Museum of Modern Art. populated with 60+ famous pieces.
Commands to run project
# cd MoMA.cli
$ bundle
$ rake db:seed (if you encountered the easter egg)
if you come into any bugs in the code, try this
$ rake console
$ User.destroy_all
$ Favorite.destroy_all
$ Piece.destroy_all
$ rake db:seed (if you encountered the easter egg)