This repo contains a ruby console app that allows you to keep track of a catalog of things including books, music albums, movies, and games. The project is based on a UML class diagram. The structure of Database schema is analogical to our program's class structure. The data entered is stored in JSON files
- Ruby
- TDD via RSPEC
To get a local copy up and running follow these simple example steps.
-
Clone the project
https://github.com/Benmuiruri/my-catalog.git
-
navigate to the folder
cd my-catalog
-
make sure you have ruby installed and run bundle to get the required gems
bundle install
-
and you are good to go to interact with the app.
ruby main.rb
-
run the tests and linters
rspec
rubocop -A
-
Enjoy.
👤 Ben Kiarie
- GitHub: Ben Kiarie - Follow me on Github, browse my projects, and leave a star for any project you like.
- Twitter: Optimize - Follow me on Twitter I will make your Timeline a bit more interesting
- LinkedIn: Ben Kiarie - Connect with me on LinkedIn and help each other grow professionally
👤 Selma Belhadj
- GitHub: @selma-belhadj
- Twitter: @Bel_Selma16
- LinkedIn: @selma-belhadj
👤 Keza
- GitHub: Visit my github
- LinkedIn: Linkedin Profile
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
Hat tip to anyone whose code inspired our project