项目作者: jemmanuel

项目描述 :
A book shelf manager
高级语言: PHP
项目地址: git://github.com/jemmanuel/shelfari.git
创建时间: 2013-08-06T06:07:43Z
项目社区:https://github.com/jemmanuel/shelfari

开源协议:

下载


Shelfari v1.0

To do list for books.

Features implemented :

CRUD operations -

Create , Read, Update and Delete books at any time. PostgreSQL database used with 50 character limit on book title and 30 character limit on book author.

Filter Search -

Search for a book by name - valid entries are shown others are filtered out.

Realtime ordered list -

List of books is ordered in real-time ( after create and update operations ). Sort order on status, book title ( in that order ).