https://github.com/zewdu444/catalog_my_things
A console app that will help you to keep a record of different types of things you own: books, music albums, movies, and games
https://github.com/zewdu444/catalog_my_things
oop ruby solid sql
Last synced: about 1 year ago
JSON representation
A console app that will help you to keep a record of different types of things you own: books, music albums, movies, and games
- Host: GitHub
- URL: https://github.com/zewdu444/catalog_my_things
- Owner: zewdu444
- License: mit
- Created: 2023-04-24T08:20:18.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-26T17:59:30.000Z (about 3 years ago)
- Last Synced: 2025-02-10T21:19:46.527Z (over 1 year ago)
- Topics: oop, ruby, solid, sql
- Language: Ruby
- Homepage:
- Size: 863 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📖 About the Project](#about-project)
-[:video_camera: Video Presentation](#video-presentation)
- [:camera: screenshot](#screenshot)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Usage](#usage)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
> This project is console app built using ruby, the app will help you to keep a records of different types of things you own: books, music albums, movies, and games, the data are stored in json file, and it will be always useable whenever you start the app.
## :video_camera: Video Presentation
[](https://drive.google.com/file/d/1E5rjdrRWB8o-o8q2isNwpAvmmvFhMZT0/view?usp=sharing)


- Ruby
- Postgresql
- [Keep track of all things own by a user]
- [Created using ruby to keep a records of different types of things a user own: books, music albums, movies, and games]
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- Command line or terminal
- IDE such as VsCode.
- Ruby needs to be installed on your system.
### Setup
Clone this repository to your desired folder:
Example command:
```sh
git clone https://github.com/zewdu444/catalog_my_things.git
cd catalog_my_things
```
### Install
Example command:
```sh
cd catalog_my_things
bundle install (install all dependencies)
```
### Usage
To run the project redirecting to the root directory of the project and run the following command:
```sh
ruby main.rb (to run console application)
```
### Test
To test the web app run the following command:
```sh
rspec spec ( to test the console application)
```
👤 **zewdu erkyhun**
- GitHub: [zewdu444](https://github.com/zewdu444)
- Twitter: [@zewdu444](https://twitter.com/zewdu444)
- LinkedIn: [zewdu-anley](https://www.linkedin.com/in/zewdu-anley/)
👤 **Mohi**
- GitHub: [@mohisa302](https://github.com/mohisa302)
- Twitter: [@Kholochelam](https://twitter.com/Kholochelam)
- LinkedIn: [LinkedIn](https://linkedin.com/in/mohadese-sadeghi-692551199/)
👤 **Joseph David**
- GitHub: [@jodavid444](https://github.com/jodavid444)
- Twitter:[@jodavid444dave](https://twitter.com/jodavid444dave)
- LinkedIn: [joseph-david-01a8a5243](https://linkedin.com/in/joseph-david-01a8a5243/)
- [Add web interface]
- [Improve unit tests]
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/zewdu444/catalog_my_things/issues).
Give a ⭐️ if you like this project!
we would like to thank microverse community for the support and guidance.
This project is [MIT](./LICENSE) licensed.