to start the server: using Node.js, start the server: node server.js
Go to home page on localhost: http://localhost:8080
to show all of your todo list: http://localhost:8080/todos
to search your list using id: http://localhost:8080/todo/*id number*
To search for an item by a keyword: in the url type: http://localhost:8080/todos/search/*keyword*