https://github.com/amejid/catalog-of-things
In this project, we created a console app that will help you to keep a record of different types of things you won: books, music albums, movies, and games. Everything is based on the UML class diagram presented above. The data is stored in JSON files but we also prepared a database with tables structure analogical to the program's class structure.
https://github.com/amejid/catalog-of-things
postgresql rspec ruby
Last synced: 4 months ago
JSON representation
In this project, we created a console app that will help you to keep a record of different types of things you won: books, music albums, movies, and games. Everything is based on the UML class diagram presented above. The data is stored in JSON files but we also prepared a database with tables structure analogical to the program's class structure.
- Host: GitHub
- URL: https://github.com/amejid/catalog-of-things
- Owner: amejid
- Created: 2022-10-10T07:38:36.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2022-10-13T10:45:11.000Z (over 2 years ago)
- Last Synced: 2025-01-16T10:57:43.597Z (5 months ago)
- Topics: postgresql, rspec, ruby
- Language: Ruby
- Homepage:
- Size: 29.3 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Catalog of my things
> A tool to record information about books, games and music albums. It allows users to add and display information about the listed items. It provides a console interface to achieve all the tasks.
## Built With
- Ruby
## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
- Ruby runtime environment
### Setup
- Clone the repository using `git clone [email protected]:amejid/catalog-of-things.git`
- Navigate to the folder using `cd catalog-of-things`
- Use this command to run the app `ruby main.rb`## Author
👤 **Abdelmejid Oumer Ali**
- GitHub: [@amejid](https://github.com/amejid)
- Twitter: [@amejidoumer](https://twitter.com/amejidoumer)
- LinkedIn: [Abdelmejid Oumer Ali](https://linkedin.com/in/amejid)👤 **Clifford Owusu**
- GitHub: [@sireclifford](https://github.com/sireclifford)
- LinkedIn: [Clifford Owusu](https://www.linkedin.com/in/sireclifford/)👤 **Rose Okpe**
- LinkedIn: [Rose Okpe](https://www.linkedin.com/in/roseokpe/)
- GitHub: [@Roseokpe](https://github.com/Roseokpe)
- Twitter: [@roseokpe](https://twitter.com/roseokpe)## 🤝 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!
## Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc