Skip to main content

Building an app and creating the associated Entity Relationship Diagram using SQL

  • May 29, 2023
  • 2 replies
  • 44 views

Debby B

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.

Comments

Debby B
  • Author
  • May 29, 2023

anyone with the knowledge on how to start with this project


Coumba D
Forum|alt.badge.img+7
  • Lucid support team
  • May 31, 2023

Hi Debby

Thanks for posting in the Community!

While we're not able to help you create your project Lucidchart can help you create Entity Relationship diagrams (ERDs) with customized text styling and relationships between fields. Your database tables and schemas can also be automatically generated using our SQL import feature.

For more information on this feature I would recommend giving the following article a read: Entity Relationship Diagrams