Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rubydevi/catalogue-of-my-things
https://github.com/rubydevi/catalogue-of-my-things
capstone-project collaboration postgresql ruby
Last synced: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/rubydevi/catalogue-of-my-things
- Owner: rubydevi
- License: mit
- Created: 2023-09-18T07:43:29.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-17T16:10:24.000Z (12 months ago)
- Last Synced: 2024-01-26T05:35:28.300Z (10 months ago)
- Topics: capstone-project, collaboration, postgresql, ruby
- Language: Ruby
- Homepage:
- Size: 91.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# catalogue-of-my-things
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 ruby-group-capstone-project ](#-catalog-of-my-things-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage ](#usage-)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [📝 License ](#-license-)# 📖 ruby-group-capstone-project
In this project, we created a console app that will help you to keep a record of different types of things you own:
- books
- music albums
- movies
- gamesClient
- Add new book.
- Add new games.
- Add new music albums.
- List all items added.
See the live presentation here
(back to top)
### 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]().
### Setup
Clone this repository to your desired folder:
```
git clone [email protected]:rubydevi/catalogue-of-my-things.git
```
### Install
Install thr project dependencies with:
```
bundle install
```
To run the project, execute the following command:
```
ruby main.rb
```
To test the project, execute the following command:
```
rspec src/spec/
```
👤 **Abd elhakim Zayan**
- GitHub: [@Abd elhakim Zayan](https://github.com/abdozayan12)
- Twitter: [@Abd elhakim Zayan](https://twitter.com/zayan_abdo)
- LinkedIn: [@Abd elhakim Zayan](https://www.linkedin.com/in/abdozayan/)
👤 **Yonas Henok**
- GitHub: [@Yonashenok](https://github.com/yonashenok)
- Twitter: [@yonashenok](https://twitter.com/YonasHenok3)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/yonas-henok-996a26217)
👤 **Chongtham Ruby Devi**
- GitHub: [@rubydevi](https://github.com/rubydevi)
- LinkedIn: [Chongtham Ruby Devi](https://www.linkedin.com/in/chongtham-bhoomika/)
👤 **Hamza Ramalan**
- GitHub: [@H-Ramalan](https://github.com/H-Ramalan)
- Twitter: [@hamza_ramalan](https://twitter.com/hamza_ramalan)
- LinkedIn: [Hamza Ramalan](https://www.linkedin.com/in/hamza-ramalan/)
- Implement:
- Add movies
- List movies
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/rubydevi/catalogue-of-my-things/issues).
If you like this project and want to support me make cooler projects Give this project a Star.
This project is [MIT](./LICENSE) licensed.