Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 1.27 KB

README.md

File metadata and controls

44 lines (25 loc) · 1.27 KB

ml-start

Small MarkLogic starter project

Fork this project and follow the instructions below. When you are finished submit a pull request.

Download and install MarkLogic

Create an HTTP server with this project as the root directory

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

Project

  1. Add a page which lists all the books in the database
  2. Update the page to allow a user to search for a book by any of the fields (Title, Author, Year, Price, and Category).

Extra Credit

  1. Add a page to update a book

Super Extra Credit

  1. Make it all look pretty (Add CSS, etc.)

Reference Information