Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/melashu/catalog-of-my-things

In this project, we created a console app that helps in recording different types of things one owns: books, music albums, movies, and games. Everything was based on the UML class diagram given.
https://github.com/melashu/catalog-of-my-things

rspec ruby sql

Last synced: 28 days ago
JSON representation

In this project, we created a console app that helps in recording different types of things one owns: books, music albums, movies, and games. Everything was based on the UML class diagram given.

Awesome Lists containing this project

README

        

# Catalog-of-my-things


logo

# 📗 Table of Contents

- [Catalog-of-my-things](#catalog-of-my-things)
- [📗 Table of Contents](#-table-of-contents)
- [📖 Catalog-of-my-things ](#-catalog-of-my-things-)
- [🛠 Built With ](#-built-with-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Usage](#usage)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)

# 📖 Catalog-of-my-things

In this project, we created a console app that helps in recording different types of things one owns: books, music albums, movies, and games. Everything was based on the UML class diagram given. The data was stored in JSON files but we also prepared a database with a table structure analogical to our program's class structure.

## 🛠 Built With

- Ruby
- Sql

## 💻 Getting Started

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

### Prerequisites

In order to run this project you need to:

- Install Ruby
- Install rspec gem

### Setup

Clone this repository to your desired folder:

`git clone [email protected]:melashu/Catalog-of-my-things.git`

cd `Catalog-of-my-things`

### Usage

To run the project, execute the following command:

`ruby main.rb`

## 👥 Authors

👤 Melashu Amare

- GitHub: [@melashu](https://github.com/melashu)
- Twitter: [@meshu102](https://twitter.com/meshu102)
- LinkedIn: [Melashu Amare](https://www.linkedin.com/in/melashu-amare/)

👤 Bantealem Geto

- GitHub: [@Bantealem](https://github.com/Bantealem)
- Twitter: [@BantealemG](https://twitter.com/BantealemG)
- LinkedIn: [Bantealem Geto](https://www.linkedin.com/in/bantealem-geto-a301b9213/)

👤 Alier Philip Maguet

- GitHub: [@AlierPM](hhttps://github.com/AlierPM)
- Twitter: [@AlierPM](https://twitter.com/AlierPM)
- LinkedIn: [Alier Philip Maguet](https://www.linkedin.com/in/alierphilipmaguet/)

## 🔭 Future Features

- [ ] **RSpec Tests**
To run the RSpec tests

Run the following command
`rspec spec`

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page.](https://github.com/melashu/Catalog-of-my-things/issues)

## ⭐️ Show your support

Give a star if you like this project!

## 🙏 Acknowledgments

I would like to thank Microverse for the project guidelines.

## 📝 License

This project is [MIT](https://github.com/shyusu4/OOP-School-Library/blob/dev/MIT.md) licensed.

(back to top)