An open API service indexing awesome lists of open source software.

https://github.com/billymohajeri/ruby-group-capstone

In this project, we will create a console app that will help to keep a record of different types of things you own: books, music albums, movies, and games. Everything will be based on the given UML class diagram. The data will be stored in JSON files.
https://github.com/billymohajeri/ruby-group-capstone

postgresql rspec ruby

Last synced: about 2 months ago
JSON representation

In this project, we will create a console app that will help to keep a record of different types of things you own: books, music albums, movies, and games. Everything will be based on the given UML class diagram. The data will be stored in JSON files.

Awesome Lists containing this project

README

        

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [🎥 Presentation](#video-link)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Create database](#create-database)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 Ruby group capstone - Catalog of my things

**Ruby group capstone - Catalog of my things** In this project, we will create a console app that will help to keep a record of different types of things you own: books, music albums, movies, and games. Everything will be based on the given UML class diagram. The data will be stored in JSON files but we will also prepare a database with tables structure analogical to our program's class structure.

## 🛠 Built With

### Tech Stack

### Key Features

- **Add books and labels**
- **Add albums and genres**
- **Add games and authors**
- **Unit tests for all implemented methods**

(back to top)

## 🚀 Live Demo

- [Not deployed yet...]()

(back to top)

## 📺 Presentation

[Presentation about this project](https://drive.google.com/file/d/1Cj5E3a9HybXMu6uV9UnCdYcOxXZrkXx6/view?usp=sharing)

(back to top)

## 💻 Getting Started

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

### Prerequisites

In order to run this project you need:

- [Ruby](https://www.ruby-lang.org/en/) installed and running.
- You should be able to use [IRB](https://en.wikipedia.org/wiki/Ruby_(programming_language)#Features).

### Setup

Clone this repository to your desired folder:

```
git clone [email protected]:billymohajeri/Ruby-Group-Capstone.git
```

### Install

Install this project with:

```
cd Ruby-Group-Capstone
gem install
```

(back to top)

## 👥 Authors

👤 **Wahaj Ali**
- GitHub: [@Wahaj-Ali](https://github.com/Wahaj-Ali)
- Twitter: [@Ali96Wahaj](https://twitter.com/Ali96Wahaj)
- LinkedIn: [@wahaj-ali96](https://www.linkedin.com/in/wahaj-ali96/)

👤 **Billy Mohajeri**

- GitHub: [@BillyMohajeri](https://github.com/billymohajeri)
- Twitter: [@BillyMohajeri](https://twitter.com/BillyMohajeri)
- LinkedIn: [@BillyMohajeri](https://www.linkedin.com/in/billymohajeri)

👤 **Md Tariq-ul Islam**

- GitHub: [@developertariq](https://github.com/developertariq)
- Twitter: [@developer-tariq](https://twitter.com/developer-tariq)
- LinkedIn: [@developer_tariq](https://linkedin.com/in/developer_tariq)

(back to top)

## 🔭 Future Features

- [ ] **Add new source**
- [ ] **Add new movie**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project, please consider giving it a star.

(back to top)

## 🙏 Acknowledgments

- I would like to thank all code reviewers for making this project better.

(back to top)

## 📝 License

This project is [MIT](./LICENSE/MIT.md) licensed.

(back to top)