Skip to content

Sample library web app in Rails. Created for a code challenge for Concordia Publishing House.

License

Notifications You must be signed in to change notification settings

kobsy/sample-library-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample Library Demo

Response to a code challenge to create a simple library system with the following requirements:

  • Create libraries
  • Create books
  • Add different books to different libraries
  • Find out if a library has a certain book, given the book's title
  • Find out if a library has a certain book, given its ISBN number
  • Find out if a library can get a book (by title or ISBN) through interlibrary loan from any of the other libraries you created
  • Find out what a library's most popular book is (where popularity is measured by the number of times a user asked for that book; different libraries should have different answers to this question)

The code has been populated with sample data in order to fulfill and demonstrate the last requirement.

About

Sample library web app in Rails. Created for a code challenge for Concordia Publishing House.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published