I want to develop a ToDo app in which a user can create
Multiple ToDo lists with different purposes.
- Each list has at least one item.
- Each item can be tagged.
- Each item can be marked completed.
- There could be reminders for some items.
Create the database schema for this application and draw an Entity Relationship Diagram for the database of the ToDo App.