Skip to content

TerryCaliendo/ml-start

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Small MarkLogic starter project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • XQuery 100.0%