Is a command line interface app built with Ruby that will help users to keep a record of different types of things, like books, music albums, and games.
Client
Testing
Linter
- Create items like book, music album and game
- List added items
- Preserve each item's data in a separate JSON file
To get a local copy up and running, follow these steps.
In order to run this project you need Ruby installed on your machine.
Clone this repository to your desired folder:
git clone https://github.com/Outkarm/ruby-capstone-project.git
Install this project with:
bundle install
To run the project, execute the following command:
ruby main.rb
To run tests, run the following command:
cd spec
rspec classname_spec.rb
- GitHub: @Aman_on_GitHub
- Twitter: @Aman_on_Twitter
- LinkedIn: @Aman_on_LinkedIn
- GitHub: @Outkarm
- Twitter: @outkarm
- LinkedIn: John (Koy OutKarm) Kpordje
- GitHub: @lawrahkonwea
- Twitter: @lawrah_xo
- LinkedIn: @laura--LinkedIn
- Remove selected book
- Add genre selected book
Contributions, issues, and feature requests are welcome!
Feel free to check the [https://github.com/AmanWorku/Catalog-Ruby/issues).
If you like this project, please consider giving it a 🌟.
We would like to thank microverse for serving this opprtunity.
This project is MIT licensed.