diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..eba74f4 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +venv/ \ No newline at end of file diff --git a/backend_old/DB_Diagram.md b/backend_old/DB_Diagram.md index 7a8a995..7eeb43b 100644 --- a/backend_old/DB_Diagram.md +++ b/backend_old/DB_Diagram.md @@ -1,7 +1,7 @@ # Database Entity Relationship Diagram > An entity–relationship model (or ER model) describes interrelated things of interest in a specific domain of knowledge. A basic ER model is composed of entity types (which classify the things of interest) and specifies relationships that can exist between entities (instances of those entity types). - Wikipedia -This is a diagram that shows the current database schema, generated based on the app's models. +This is a diagram that shows the current database schema, generated based on the project's models. ```mermaid ---