A simple database for your books (author, title, description) with options to add, edit and delete them. All in realtime as this was mainly an AJAX project.
- Git clone or download zip and unpack to your webserver directory.
- Create a MySQL database and edit api/src/DB.php
- Point your browser to index.php
Deploy some boostrapping to front-end.