Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gisachris/ruby-capstone-project
Welcome to our console app that will help you to keep a record of different types of things you own: books, music albums, movies, and games. Everything will be based on the UML class diagram presented below. The data will be stored in JSON files but you will also prepare a database with tables structure analogical to your program's class structure.
https://github.com/gisachris/ruby-capstone-project
Last synced: 8 days ago
JSON representation
Welcome to our console app that will help you to keep a record of different types of things you own: books, music albums, movies, and games. Everything will be based on the UML class diagram presented below. The data will be stored in JSON files but you will also prepare a database with tables structure analogical to your program's class structure.
- Host: GitHub
- URL: https://github.com/gisachris/ruby-capstone-project
- Owner: gisachris
- License: mit
- Created: 2023-08-14T07:43:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-18T09:03:37.000Z (over 1 year ago)
- Last Synced: 2024-10-27T06:39:25.434Z (about 2 months ago)
- Language: Ruby
- Size: 64.5 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 \[Catalog of my things\] ](#-catalog-of-my-things-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Video presentation](#video-presentation)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)**[Catalog of my things]** is a conole app that will help you to keep a record of different types of things you own: books, music albums, movies, and games. Everything will be based on the UML class diagram presented below. The data will be stored in JSON files but you will also prepare a database with tables structure analogical to your program's class structure.
Ruby
- **[Item Management]**
- **[Data Persistence]**
- **[User-Friendly Interface]**
To get a local copy up and running, follow these steps.
### Prerequisites
- Ruby
- GitHub
### Setup
Clone this repository to your desired folder:
Example commands:
```sh
cd my-folder
git clone [email protected]:gisachris/ruby-capstone-project.git
```
### Usage
To run the project, execute the following command:
Example command:
```sh
ruby main.rb
```
### Run tests
To run tests, run the following command:
Example command:
```sh
rspec spec
```
### video-presentation
This application has a detailed video presentation which you can find [here](https://drive.google.com/file/d/19TMQ2DB_G2f7o1QYvI_Qpm7XhYfgxhoR/view?usp=sharing)
👤 **Vahe Stepanyan**
- GitHub: [@githubhandle](https://github.com/VaheStepanyan100)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/vahestepanyan/)
👤 **Enobong Isong**
- GitHub: [@githubhandle](https://github.com/Enoisong)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/enobong-isong/)
👤 **gisa chris**
- GitHub: [@githubhandle](https://github.com/gisachris)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/gisa-chris/)
- [ ] **[Use database to store data]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
Give a ⭐️ if you like this project!
- [Microverse](https://www.microverse.org/)
This project is [MIT](./LICENSE) licensed.