Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/for-ashraf/catalog-in-ruby
This is a Group Capstone Project to develop a Catalog of my things. In this Project we will create a 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/for-ashraf/catalog-in-ruby
Last synced: about 1 month ago
JSON representation
This is a Group Capstone Project to develop a Catalog of my things. In this Project we will create a 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/for-ashraf/catalog-in-ruby
- Owner: for-ashraf
- License: mit
- Created: 2022-10-03T12:41:25.000Z (about 2 years ago)
- Default Branch: development
- Last Pushed: 2022-10-03T17:05:31.000Z (about 2 years ago)
- Last Synced: 2023-03-04T01:42:21.729Z (almost 2 years ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Catalog
This is a Group Capstone Project to develop a Catalog of my things. In this Project we will create a 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.