# install dependencies
yarn
# serve with reload
yarn startThe backend code is almost ready, the methods and routes needed are:
- findById
- updateTodo
- delete
Once done, implement the todolist UI with the framework of your choice. Here are different tasks to perform:
- Listing the todos
- Adding a todo
- Updating a todo
- Removing a todo