An open API service indexing awesome lists of open source software.

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.

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