Skip to content

In this project we have create 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 will be based on the UML class diagram presented below. The data will be stored in JSON files but you will also prepare a database with tables structure analogical to your progr…

Notifications You must be signed in to change notification settings

bushmusi/my-catalog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Catalog

In this project we have create 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 will be based on the UML class diagram presented below. The data will be stored in JSON files but you will also prepare a database with tables structure analogical to your program's class structure.

Introduction video

video

Run tests

  • Run gem install rspec
  • Run rspec to check tests
  • Run rspec spec to run all test files in spec folder

Check ruby rentals

  • Run gem install --no-document rubocop -v '>= 1.0, < 2.0'
  • Run rubocop to check linters
  • Run rubocop --fix to fix correctable linters.

Built With

  • Ruby
  • Ruby linters

Getting Started

To get a local copy up and running follow these simple example steps.

step1) cloning the project:

for SSH:

git clone git@github.com:bushmusi/my-catalog.git

for https:

git clone https://github.com/bushmusi/my-catalog.git

step2) go to the right folder:

cd my-catalog

step3) run the command:

ruby main.rb

Authors

👤 Bushra Mustofa

👤 Faith Usor

👤 Zahra Aershia

🤝 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

📝 License

This project is MIT licensed.

About

In this project we have create 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 will be based on the UML class diagram presented below. The data will be stored in JSON files but you will also prepare a database with tables structure analogical to your progr…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages