Skip to content

adamteddychang/catalog-of-my-things

Repository files navigation

Catalog Of My Things

This is the Ruby capstone group project, in this project we created a console app with an user interface.

The app allows you to add items of your choice, i.e. books or music albums, and it will also allow you to create a label or genre for said item.

The application preserves user data by using JSON files while exiting the application.

It will load data from the JSON files while starting up the application.

Built With

  • Ruby
  • Git
  • Rspec

Getting Started

To get a local copy up and running follow these simple example steps.

  • Copy Repo Link
https://github.com/adamteddychang/catalog-of-my-things.git
  • Get the directory that you want to clone the repository.

  • Open the command prompt in this directory.

  • Copy clone of the Repo

git clone https://github.com/adamteddychang/catalog-of-my-things.git
  • Go to the repository folder in your command prompt.
cd catalog-of-my-things
  • Install bundles
bundle install
  • Run main.rb
ruby main.rb

To run the tests

  • For running all the tests
rspec
  • For running test for the specific file
rspec spec spec/filename.rb

Prerequisites

  • Ruby
  • Rspec

Authors

👤 You-Wei (Adam) Chang

👤 Orçun Uğur

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • This project built in Microverse's Fourth Module's Capstone.

📝 License

This project is MIT licensed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages