There needs to be more example applications

So then I ran:

curl -X POST http://localhost:3001/api/countdown/del/un5ecure_pa55word

hoping that would get rid of the timer and show me the rest of the app. I then refreshed localhost:3001 in my browser and got a login page. I tried to create a user with the name “test” but the app said it already existed, so I tried “test1”. I got the following error messages in the console, and the browser just keeps waiting for data:

C:\git\8\keynotedemo14>node app.js
DEBUG DATE: Mon Oct 06 2014 13:00:00 GMT-0500 (Central Daylight Time)
LOGIN:ERROR:test EXISTS
ERROR!! LOGIN:ERROR:test exists -- please choose a different username
DB.READ: { [CouchbaseError: The key does not exist on the server] message: 'The key does not exist on the server', code: 13 }
key:test1:
LOGIN:test1:SUCCESS
DB.READ: { [CouchbaseError: The key does not exist on the server] message: 'The key does not exist on the server', code: 13 }
key:bike:
DB.READ: { [CouchbaseError: The key does not exist on the server] message: 'The key does not exist on the server', code: 13 }
key:bike:
Caught exception: TypeError: Cannot read property 'value' of null

I’m not really sure what I’m doing here I’m just guessing at things.