Catalog of things is a console app that will help to keep a record of different types of things: books, music albums, movies, and games.
- RUBY
- List all books
- List all labels
- Add a book
- List all music albums
- List all genres
- Add a music album
- List of games
- List all authors
- Add a game
To get a local copy up and running, follow these steps.
In order to run this project you need:
- git
- Ruby
Clone this repository to your desired folder:
cd my-folder
git clone https://github.com/Mahamadou-Nouridine/catalog-of-my-things.git
bundle install
To run the project, execute the following command:
ruby main.rb
To run tests, run the following commands:
rspec spec Rspec/specs/
rubocop
presentation video : Video
👤 Mahamadou Nouridine
- GitHub: mahamadou-nouridine
- Linkedin: mahamadou-nouridine
- Twitter: Nouridine_Dino
👤 Theodore Asimeng-Osei
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
👤 Safari Hamuli
- GitHub: @danielsafari143
- LinkedIn: Safari Daniel
- Connect to a real database
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project give me a follow and/or a star
We would like to thank all my coding partners at Microverse
This project is MIT licensed.