Record a short video (5 - 10 minutes) where demonstrate the functionality your Web Application and publish it in your YouTube channel.
Please, create Service Layer of ‘ToDo List’ Application should be able to:
- Add new user to the Application.
- Update/Delete/Gets existing users.
- Add new To-Do List to an existing user.
- Update/Delete/Gets existing 'To-Do Lists'.
- Add new Task to an existing 'To-Do List'.
- Update/Delete/Gets existing 'Tasks'.
Write tests for all the above operations.
Implement all necessary getters and setters for model level classes.
You should run tests to demonstrate the execution of the service level code.
* Save a list of all users as a field in the UserService class.