POST
/login - log in existing userPOST
/signup - sign up as a new userGET
/todos - get user specific list of todosPOST
/todos - create a new todo itemPUT
/todos/:id - update an existing todoDELETE
/todos/:id - delete an existing todo itemGET
/todos/:id - get a single todo