Skip to content

GalenkoEugene/Library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

RG Courses Hometask Spring 2017 - Library

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages