RubyCapstone-Catalogue

A CLI app to create a catalogue of all the things you have. Built with Ruby.

Stars
4

Catalog of My Things

This is a Ruby CLI designed to keep track of your things (books, music albums and games). The app allows you to add fully detailed items and list them as well as saving them to view later. Depending on the antiquity of your items, the app will let you know if you might consider archiving them or not.

Built With

  • Ruby
  • Linters

Install

  • Install Ruby based on your OS from HERE

Setup

  1. Clone the project using git-bash or Githup Desktop.
git clone https://github.com/qwibbler/RubyCapstone-Catalogue.git

OR

git clone [email protected]:qwibbler/RubyCapstone-Catalogue.git
  1. Open the project folder with VSCode or any Editor.
  2. Open terminal and navigate to the project folder.
  3. You can run the code executing the ruby main.rb command in your terminal.
  4. If you want to run some unit tests, all you need to do is run the rspec command on your terminal after executing the gem install rspec command.

Authors

Humaira Zaman

Shady Shawkat

Santiago Velosa

Show your support

Give a if you like this project!

License

This project is MIT licensed.

Related Projects