is a console based project written in Ruby langueage, Where users can store books, music-albums, games and other data. The data is being save to the json files and gets back to the application on restart.
- Major languages (Ruby)
- PostgreSQL
To get a local copy up and running follow these simple example steps.
- A text editor(preferably Visual Studio Code)
- Ruby
- Rspec
- Clone the project
git clone git@github.com:Gbengacode/ruby-group-project.git
cd things-catalog
- To Start the programs
open terminal
run the command $irb (interactive ruby shell)
run the program functions
OR
open terminal
run ruby available_files.rb
- To run the tests
open terminal and run the commands
gem install rspec (install rspec test library)
rspec file_directory/file_name (run the test files)
👤 Ezekiel Utshudi Eteta
- GitHub: @ezekielutshudi
- Twitter: @ezekielutshudi
- LinkedIn: @ezekielutshudi
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Inspiration: Microverse
This project is MIT licensed.