Items Catalog is a console app that will help you to keep a record of different types of things you own: books, music albums, movies, and games. It allows items record to be stored in JSON files and loaded on the program startup.
Client
Testing
Linter
- Create items like books, music albums, and game
- List added items
- Preserve each item's data in a separate JSON file
- Load items record from the file on start
To get a local copy up and running, follow these steps.
In order to run this project you need Ruby and RSpec installed on your machine.
Clone this repository to your desired folder:
git clone https://github.com/Microverse-Fullstack-Program/catalog-of-things.git
cd catalog-of-things
### Installation <a name="installation"></a>
Install this project with:
```sh
bundle install
To run the project, execute the following command:
ruby main.rb
To run tests, run the following command for each test file:
cd spec
rspec classname_spec.rb
- GitHub: @cherelemma
- LinkedIn: @chere-lemma27211613
- Twitter: @twitterhandle
- GitHub: @IsmailChangezi
- LinkedIn: @ismailchangezi
- Twitter: @IsmailChangezi1
- GitHub: @Tshobohwa
- LinkedIn: @tshobohwasalomon
- Twitter: @SalomonTshoboh1
- Update selected Items
- Add genres/labels/authors
- Add Items
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
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.