Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.