- 📖 About the Project
- 🎥 Video Demonstration
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
Catalog of My Things is a console app that will help a user to keep a record of different types of things he owns: books, music albums, and games. Everything will be based on the UML class diagram presented above. The data will be stored in JSON files but we will also prepare a database with tables structure analogical to our program's class structure.
Database
-
1 - User interface where the user can choose between a variety of options
-
2 - All the data is preserved in json files
-
3 - Create as part of a collaborative project
-
4 - All data is stored in a database
You can see the Video demonstration 📍 here.
In order to run this project you need:
gem install bundler
Clone this repository to your desired folder:
cd my-folder
git https://github.com/rivasbolinga/my-things.git
Install this project with:
cd my-things
bundle install
To run the project, execute the following command:
ruby main.rb
To run tests, run the following command:
rspec spec
👤 Andrea Rivas
- GitHub: @rivasbolinga
- Twitter: @AndreaRivasPal
- LinkedIn: andrearivaspalacios
👤 Christian Romuald Momo Tonfack
- GitHub: @momo-87
- Twitter: @Momo-yde
- LinkedIn: christian-momo
👤 Mohamad Almeari
- GitHub: @mohametalmeari
- Twitter: @MohametAlmeari
- LinkedIn: mohamet-almeari
- Add Movie class
- Remove and update options
- Create more relationships between the classes
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, please give it a star ⭐️.
I would like to thank the Microverse community for their supports.
This project is MIT licensed.