- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 License
Ruby Capstone Project is an app that will have the option to record what books, games, and music albums are in our library and includes labels, authors and genres
Click here for a video overview of our project
- Ruby
- Sql
- Stores user input in JSON files and loads the data when the app is relaunched
Follow these steps in order to run ruby code.
First, you need to ensure that you have Ruby installed on your computer.
It varies depending on your operating system so here are some links to help you install it on Windows and on Ubuntu.
For MacOS run the following commands
brew install rbenv ruby-build
# Add rbenv to bash so that it loads every time you open a terminal
echo 'if which rbenv > /dev/null; then eval "$(rbenv init -)"; fi' >> ~/.bash_profile
source ~/.bash_profile
# Install Ruby
rbenv install 3.0.1
rbenv global 3.0.1
ruby -v
This example shows how to install Ruby 3.0.1 which was the latest version in April 2021, but you can check to see if there is a newer version here. Iy is also assumed that you have homebrew already installed on your Mac.
Once you have ruby installed, clone this repository and run the command ruby main.rb
For running tests
run the following command: rspec test/*
👤 Cristian Zambrano
- GitHub: @zamcham
- Twitter: @ZamChamGames
- LinkedIn: Cristian Zambrano
👤 Oscar Villagran
- GitHub: @oovillagran
- Twitter: @oovillagran
- LinkedIn: Oscar Villagran
👤 Naan Mohammed
- GitHub: @naanmohammed
- Twitter: @_naanahmed
- LinkedIn: Naan Mohammed
The following are the future features that will be added to the project.
- Customize label colors
- Get a list of items based on labels or genres
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project you can give us a hand by recommending either one of us to potential employers! 😉🤝
We would like to thank those who have motivated us to keep on fighting despite how tough the journey may become.
This project is MIT licensed.