Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/awais-amjed/catalog-of-my-things
A console app that will help you to keep a record of different types of things you won: books, music albums, movies, and games. Created with Ruby and PostgreSQL
https://github.com/awais-amjed/catalog-of-my-things
postgresql ruby
Last synced: about 17 hours ago
JSON representation
A console app that will help you to keep a record of different types of things you won: books, music albums, movies, and games. Created with Ruby and PostgreSQL
- Host: GitHub
- URL: https://github.com/awais-amjed/catalog-of-my-things
- Owner: awais-amjed
- License: mit
- Created: 2022-05-23T08:44:27.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-07-28T11:32:12.000Z (over 2 years ago)
- Last Synced: 2024-06-01T01:57:53.038Z (8 months ago)
- Topics: postgresql, ruby
- Language: Ruby
- Homepage:
- Size: 67.4 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# 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 be based on the UML class diagram presented. The data will be stored in JSON files but we also prepared a database with tables structure analogical to the program's class structure.
## Prerequisites
Ruby >= 3.0.0
Rspec## Video Demo
[Demo Vdieo](https://drive.google.com/file/d/1_aVDWdayXDCFLYcyhUb9DSzZkeAbIm5X/view)
## Getting Started
- Run git clone on this project at the desired directory:
```
https://github.com/awais-amjed/catalog-of-my-things.git
```
- Go to the cloned directory with `cd catalog-of-my-things`
- With Ruby installed in your environment, you can run `ruby main.rb` to see some tests going on with the code## Tests
- To run tests first install Rspec with `gem install rspec`
- inside the repo's root folder run `rspec spec `to see the tests in action## Authors
👤 **Dagic-zewdu**
- GitHub: [Github](https://github.com/Dagic-zewdu)
- LinkedIn: [LinkedIn](https://www.linkedin.com/dagic-zewdu/)
- Twitter: [Twitter](https://twitter.com/dagic4)👤 **Awais Amjed**
- GitHub: [@awais-amjed](https://github.com/awais-amjed)
- LinkedIn: [@awais-amjed](https://www.linkedin.com/in/awais-amjed/)👤 **Dire Akanbi**
- GitHub: [@Dire Akanbi](https://github.com/direakanbi)
- LinkedIn: [Dire Akanbi](https://linkedin.com/in/dire-akanbi)## 🤝 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
- Microverse
## 📝 License
This project is [MIT](./LICENSE) licensed.