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.
- Host: GitHub
- URL: https://github.com/techemprez/capstone---catalog-of-my-things
- Owner: techEmprez
- License: mit
- Created: 2022-11-17T13:29:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-17T13:31:12.000Z (over 2 years ago)
- Last Synced: 2025-02-04T13:44:17.672Z (3 months ago)
- Language: Ruby
- Size: 9.77 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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