📗 Table of Contents

📖 Catalog of my Things -- Ruby Capstone

Catalog of my Things -- Ruby Capstone is a Ruby project that simulates a collection of things like music albums, books, games and movies, the user can add a new item or query for a list of items. This project uses console interface to obtain data from the user, also it preserves data using json files. Finally this project also uses a SQL database to simulate the tables and relationships between tables, these tables will be used in the future to storage the data.

🛠 Built With

Tech Stack

Client
Database

Key Features

  • The user could add new stuff like: books, movies, games or music albums
  • The user could query for a list of its things
  • The user could recovery saved records when starting the app

(back to top)

🚀 Live Demo

To watch a live video and see how the program works, Click Here!

(back to top)

💻 Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need:

Install Ruby, that depends about what OS you have:

https://www.ruby-lang.org/en/downloads/

Install Git:

https://git-scm.com/downloads

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone https://github.com/grauJavier/catalog-of-my-things-ruby
  cd catalog-of-my-things-ruby

Usage

To run the project, execute the following command:

  ruby main.rb 

And start following the indications on the screen

(back to top)

👥 Authors

👤 Dani Morillo

👤 Javier Grau

👤 Ali Baba

👤 Lawrence Muema

(back to top)

🔭 Future Features

  • The user should be able to remove a selected book
  • The user will add genre to selected book

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project give me an star on my GitHub repo

(back to top)

🙏 Acknowledgments

I would like to thank to The Odin Project for teaching me about Ruby and to Microverse Inc. for doing things happen

(back to top)

📝 License

This project is MIT licensed.

(back to top)