Small MarkLogic starter project
Fork this project and follow the instructions below. When you are finished submit a pull request.
See http://developer.marklogic.com/learn/get-started-apps-2
- port: 8080
- database: Documents
- authentication: application-level
- default user: admin
Browse to http://localhost:8080/add-book.xqy
This page allows a user to add a book to the database
- Add a page which lists all the books in the database
- Update the page to allow a user to search for a book by any of the fields (Title, Author, Year, Price, and Category).
- Add a page to update a book
- Make it all look pretty (Add CSS, etc.)