Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 597 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 597 Bytes

For verify the application works, run the file run.rb

Write program that determines:

Who often takes the book
What is the most popular book
How many people ordered one of the three most popular books
Save all Library data to file(s)
Get all Library data from file(s)

Library

Book: title, author
Order: book, reader, date
Reader: name, email, city, street, house
Author: name, biography
Library: books, orders, readers, authors
gems:
- ruby    '2.4.0'
- faker   '1.7.3' #gem install [faker](https://github.com/stympy/faker)