Skip to content

This is a console app that keeps records of different types of things you won: books, music albums, movies, and games. The data were stored in JSON files and we prepared a database with table structures that were analogical to the project's class structure.

Notifications You must be signed in to change notification settings

Gambit142/Catalog-of-things

Repository files navigation

Catalog of things

Imagine that you want to keep a record of different types of things you won: books, music albums, movies, and games. This will allow a you to:

  • Add new item (book, music album, game).
  • Add a lot of information about this item.
  • Save of your added items.

And in a beautiful and well-organized way!

Built With

  • Ruby
  • Postgresql

Getting Started

To get a local copy up and running the app run the codes below in your terminal.

  • clone https://github.com/Gambit142/Catalog-of-things.git
  • cd Catalog-of-things
  • ruby main.rb

To run the tests:

  • Run gem install rspec to install RSpec
  • Run rspec spec --format documentation to run the tests

Catalog of things Console Interaction

capture

Catalog of things database

capture

Catalog of things UML diagram

capture

Authors

👤 Houssam Hichami

👤 Francis Ugorji

👤 Abdul Wuyep

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • A special thanks to Microverse for inspiring this project. We are indebted to you all at Microverse
  • A special thanks goes to all our peers at Microverse for being there for us.

📝 License

This project is MIT licensed.

About

This is a console app that keeps records of different types of things you won: books, music albums, movies, and games. The data were stored in JSON files and we prepared a database with table structures that were analogical to the project's class structure.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages