Catalog of my things Project is a Ruby-based console application designed to allows users to organize and store data about their personal catalog of items. With this application, you can easily manage various types of collections, such as books, music albums, movies, or any other items you wish to catalog.
- Ruby
- PSQL
-
Item Management: Create and view and delete items in your catalog.
-
Data Persistence: The application ensures data persistence by storing your catalog data in a JSON file. This allows you to access and manage your catalog across different sessions, ensuring that your data is preserved.
-
User-Friendly Interface: The console-based interface provides a straightforward and intuitive user experience. It allows you to navigate through menus, input data, and interact with your catalog using simple commands and prompts
To get a local copy up and running, follow these steps.
In order to run this project you need:
Example command:
Install Ruby
Clone this repository to your desired folder:
cd my-folder
git clone https://github.com/unorjikingsley/Catalog-of-my-things.git
To run the project, execute the following command:
ruby main.rb
To run tests, run the following command:
rspec spec
👤 Unorji Kingsley
- GitHub: unorjikingsley
👤 Emmanuel Musangamfura
- GitHub: @musangamfure
👤 Paul Tesfaye
- GitHub: @Paul-tes
- Use database to store data
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, give it a star.
- Thanks to all Microverse community
This project is MIT licensed.