Catalog of my things is a Ruby console application designed to help you keep track of various types of items you own, such as books, music albums, movies, and games. This app follows best practices for Ruby development and implements a UML class diagram to create a structured and organized system for managing your belongings.
Server
- Add Functionality
- List Functionality
- Interactive User Prompts
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Ruby Interpreter
- Development Environment
- RubyGems: Verify by running
gem --version
Clone this repository to your desired folder:
cd my-folder
git clone https://github.com/sahlminkok/catalog-of-my-things.gitInstall this project with:
cd catalog-of-my-things
gem installTo run the project, execute the following command:
ruby main.rbTo run tests, run the following command:
rspec spec/name-of-the-file👤 Sahalu Aminu
- GitHub: @sahlminkok
- Twitter: @sahlminkok
- LinkedIn: Sahalu Aminu
👤 Abel Morara
- GitHub: @ProgramKingAbel
- Twitter: @CEOAbel1
- LinkedIn: LinkedIn
- User Authentication and Personal Accounts
- Notifications and Reminders
- Integration with Online APIs
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project please give it a ⭐️
I extend my sincere appreciation to my coding partner, whose tireless efforts have been instrumental in bringing this project to completion.
This project is MIT licensed.