Skip to content

Latest commit

ย 

History

History
37 lines (23 loc) ยท 753 Bytes

File metadata and controls

37 lines (23 loc) ยท 753 Bytes

๐Œ๐จ๐Œ๐€.cli ๐Ÿ–ผ๏ธ

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)

๐”…๐”ฒ๐”ฆ๐”ฉ๐”ฑ ๐”š๐”ฆ๐”ฑ๐”ฅ

๐•ธ๐–Š๐–“๐–™๐–Ž๐–”๐–“๐–˜