adeola003 / my_things_ruby_capstone

MIT License
3 stars 1 forks source link

Dev #40

Closed adeola003 closed 1 year ago

adeola003 commented 1 year ago

In this project, we implemented the requirements as follows:

  1. Created main classes Item, Book, Label, Music_Album, Genre, Game, and Author following the given diagram;
  2. Created an App class where we added the main features of the console with all options available;
  3. Created the main.rb file to run the app;
  4. Added tests using Rspec;
  5. Added an SQL schema that is analogical to our project structure.