Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/melashu/catalog-of-my-things
- Owner: melashu
- Created: 2022-11-28T11:20:42.000Z (almost 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-12-02T08:35:19.000Z (almost 2 years ago)
- Last Synced: 2024-10-03T02:41:06.786Z (about 2 months ago)
- Topics: rspec, ruby, sql
- Language: Ruby
- Homepage:
- Size: 35.2 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📗 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-)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.
- Ruby
- SqlTo 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`
👤 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/)- [ ] **RSpec Tests**
To run the RSpec testsRun the following command
`rspec spec`Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page.](https://github.com/melashu/Catalog-of-my-things/issues)
Give a star if you like this project!
I would like to thank Microverse for the project guidelines.
This project is [MIT](https://github.com/shyusu4/OOP-School-Library/blob/dev/MIT.md) licensed.