Catalog of Things is a ruby written console application which delivers a detailed method to create different objects of a catalog such as item, books, label, music album, genre, game, author information. The primary purpose of the program is to explore the object oriented programming. Here we have demonstrated the creation of objects, adding the basic UI, unit test the methods and preserve the data in json files.
To get a local copy up and running, follow these steps.
In order to run this project you need:
Clone this repository to your desired folder:
https://github.com/Kingno3l/Ruby-Capstone.git
cd catalog
bundle install
To run the project, execute the following steps:
ruby main.rb
To run the unit test files, run the following command in the terminal:
rspec
LIVE DEMO
Watch a live demo of the project.
π€ King Immanuel
π€ Kwamay
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project please give it a βοΈ
I would like to thank all the documents provided by microverse.
This project is MIT licensed.