ToDo backend!
Valid endpoint of the api are the followings:
- /gettodos GET request
- /addtodo POST request request body with following format: {id, content, date, done}
- /updatetodo POST request request body with following format: {id, content, date, done}
- /deletetodo POST request request body with following format: {id}