clean-arch-example A simple todo API using express and clean architecture. The API must Create new todo; List all todos; Get a todo by id; Update the 'reminder' by id; Delete a todo by id. The project must Use the clean architecture correctly. Imprement unit tests. Have a test coverage of 100%.