This project is about a console app that will help you to keep a record of different types of things you won: books, music albums and games. The data will be stored in JSON files but you will also have a database with tables structure analogical to match with the class structure.
To get a local copy on this project on your machine follow these steps
- Open your terminal
- Run this command:
git clone https://github.com/devMahmoud/catalog-of-my-things.git
- Make sure Ruby is installed
- Navigate to project folder:
cd catalog-of-my-things
- Install dependencies:
bundle install
rspec spec
- Navigate to app folder:
cd app
- Run the app:
ruby main.rb
- Enjoy!
👤 Rafael Guzman
- GitHub: @githubhandle
- LinkedIn: Rafael Guzman
👤 Mahmoud Makhlouf
- GitHub: @devMahmoud
- LinkedIn: Mahmoud Makhlouf
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used
- Inspiration
- etc
This project is MIT licensed.