Wikipedia clone
It will display links to all the entries currently stored in the database.
Sending a request to this url (with <title> replaced by your search parameter) will check if the user inputted title is in the records. If it is the relevant entry is displayed to the user.
Takes in the user input from the search bar and searches a matching entry. If found, it will directly show the entry. Otherwise will result a list of possible search results.
Lets the user create a new page.
Lets the user edit an existing page.
Displays an arbitrary entry to the user upon clicking the link.