Using OOP, we created a catalog where the user can add books, games and music albuns, having as properties genre, author, and label. It is possible to display a list of all elements by the UI displayed on the console. We followed the following UML diagram structure to also create a schema.sql:
- Ruby
- SQL
-
To get a local copy of this project clone this repository or download the Zip folder: git clone https://github.com/Gopxfs/catalog-of-my-things.git
-
To get started, In the root directory run: gem install bundler
-
Then run: bundle install
-
Run ruby app in the Command Line: ruby main.rb
To edit this project:
-
Open the repository you cloned with a code editor that you like.
-
Edit the code as you want.
👤 Alex
👤 Gabriel Fonseca
👤 @BregornOriginal
Give a ⭐ if you like my project!
This project is MIT licensed.