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

https://github.com/techemprez/capstone---catalog-of-my-things

This is a console app that will help you to keep a record of different types of things you own: books, music albums, movies, and games. Everything is based on the UML class diagram.
https://github.com/techemprez/capstone---catalog-of-my-things

Last synced: about 1 month ago
JSON representation

This is a console app that will help you to keep a record of different types of things you own: books, music albums, movies, and games. Everything is based on the UML class diagram.

Awesome Lists containing this project

README

        

# Catalog of my things

> Catagoy of my things is an OOP implimataion of of a item catogorising system that will make it easier to manage your book, music albums , movie and games on your console appllication.

## Built With

- Ruby

## Live Demo

[soon](https://#)

## Getting Started

**This is an example of how you may give instructions on setting up your project locally.**
**Modify this file to match your project, remove sections that don't apply. For example: delete the testing section if the currect project doesn't require testing.**

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

### Prerequisites

- Ruby

### Setup

To Run the project
```
- Clone the repository to your local machine using `git clone https://github.com/ChaabaneAnas/Catalog-of-my-things.git`
- `cd` into the project directory
- Run `bundle install` to install the required gems
- Run `ruby main.rb` to start the program
```

To Run test
```
- Run gem install rspec
- Run rspec spec
```

## Authors

👤 **Chaabane Anas**

- GitHub: [@ChaabaneAnas](https://github.com/ChaabaneAnas)
- Twitter: [@AnasChabaane](https://twitter.com/AnasChabaane)
- LinkedIn: [chaabaneanas ](https://linkedin.com/in/chaabaneanas)

👤 **Yunus Ali**

- GitHub: [@IamYunusALi](https://github.com/iamyunusali)
- Twitter: [@IamYunusAli](https://twitter.com/iamyunusali)
- LinkedIn: [Yunus Ali](https://linkedin.com/in/iamyunusali)

👤 **Choice Osobor**

- GitHub: [@techEmprez](https://github.com/techEmprez)
- Twitter: [@techEmprez](https://twitter.com/techEmprez)
- LinkedIn: [Choice Osobor](https://www.linkedin.com/in/choice-osobor/)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

## Show your support

Give a ⭐️ if you like this project!

## 📝 License

This project is [MIT](./LICENSE) licensed.
1