https://github.com/hombre2014/catalog-of-my-things
https://github.com/hombre2014/catalog-of-my-things
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hombre2014/catalog-of-my-things
- Owner: Hombre2014
- License: mit
- Created: 2022-03-21T09:50:28.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-24T14:51:36.000Z (about 3 years ago)
- Last Synced: 2025-02-07T20:33:48.665Z (3 months ago)
- Language: Ruby
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- License: license.md
Awesome Lists containing this project
README

# Catalog-of-my-things!
This is the Ruby group capstone project.
In this project, we will create a console app that will help you to keep a record of different types of things you own: books, music albums, and games. The data will be stored in JSON files but we will also prepare a database with tables structure analogical to the program's class structure.## Project requirements
The project requirements can be viewed [here](https://github.com/microverseinc/curriculum-ruby/blob/main/group-capstone/catalog_of_my_things.md)
## Video presentation
[Video](https://drive.google.com/file/d/15RoLKJHf2C2qGKtn5j5qDkDSFixmsxR1/view)
## Usage
To run the project locally do the following:
- Clone the project into your local machine:
`git clone https://github.com/Hombre2014/catalog_of_my_things.md`
- Change the working directory to the project's one:
`cd catalog-of-my-things`
- run the command:
`ruby main.rb`## Built With
- Major languages: Ruby
- Tested with: - [Rubocop](https://rubocop.org/) and [Rspec](https://rspec.info/)## To run the tests
To run the tests cd to the spec directory:
`cd spec`
Type this command to run the tests:
`rspec .`## Authors
👤 **Yuriy Chamkoriyski**
- GitHub: [@Hombre2014](https://github.com/Hombre2014)
- Twitter: [@Chamkoriyski](https://twitter.com/Chamkoriyski)
- LinkedIn: [axebit](https://linkedin.com/in/axebit)
👤 **Charles Gobina**- GitHub: [@charlesgobina](https://github.com/charlesgobina)
- Twitter: [@charles_gobina](https://twitter.com/charles_gobina)
- LinkedIn: [Charles Gobina](https://www.linkedin.com/in/charles-gobina-74a0ab193/)👤 **Atilla Taha Kördüğüm**
- GitHub: [@AtillaTahak](https://github.com/AtillaTahak)
- Twitter: [@AtillaTahaa](https://twitter.com/AtillaTahaa)
- LinkedIn: [Atilla Taha kördüğüm](https://www.linkedin.com/in/atilla-taha-k%C3%B6rd%C3%BC%C4%9F%C3%BCm)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Hombre2014/School-library/issues).
## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](./license.md) licensed.