Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 315 Bytes

README.md

File metadata and controls

8 lines (4 loc) · 315 Bytes

SearchApp

A simple book search app made with django and jquery autocomplete.

Searches are done against book titles and book authors. So, you can search with both author names as well as book names.

It is not necessary to enter full book name or author name. Only a substring as search query will also work.