Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 457 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 457 Bytes

book-site

book-site is a demonstration of how to build a book site with book api In the blog post book site's index page is not discussed because api doesn't provide any url for list the books.

slick plugin is used for scrolling books on index page.

Demo available at: http://www.codecpm.in/books

##clone the project

  • $cd book-site
  • $bundle install
  • Then start the server rails server
  • Type http://localhost:3000 in your browser