Catalog of My Things - Ruby Capstone is a simple console app that allows users to manage collections of the things they own.
Client
Database
- [Create and manage data about my things]
- [Add a Book]
- [Add a Game]
- [Add a Music Album]
- [List all added items]
- [Keep track of books, music albums, movies, and games and other information]
Please visit our zoom video presentation. Click the Link button.
To get a local copy up and running, follow these steps.
In order to run this project you need:
ruby version 2.7.0 or later
Clone this repository to your desired folder:
git clone https://github.com/MarcoOquendoC/CatalogOfMyThings-RubyCapstone.git
cd CatalogOfMyThings-RubyCapstone
Install this project with:
bundle install
To run the project, execute the following command:
ruby main.rb
To run tests, run the following command:
rspec src/spec
Please visit and try the app. Click the button.
- GitHub: @limavfabio
- Twitter: @limavfabio
- LinkedIn: LinkedIn
- GitHub: @MarcoOquendoC.
- Twitter: @marcooquendoc.
- LinkedIn: Marco Vinicio Oquendo.
- GitHub: @Miliyonayalew
- Twitter: @Miliyonayalew
- LinkedIn: Miliyonayalew
- [Integration with PostgreSQL]
- [Refactor files and code to match the drawing below]
- [Refactor reading the data to get wired associations]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project please leave a star.
I would like to thank everyone whose code was used or served as inspiration.
This project is MIT licensed.