-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathERD.drawio
37 lines (37 loc) · 4.4 KB
/
ERD.drawio
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<mxfile host="65bd71144e">
<diagram id="_oEDN9yUVSQyJlZ24VIb" name="Page-1">
<mxGraphModel dx="1216" dy="809" grid="0" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
<root>
<mxCell id="0"/>
<mxCell id="1" parent="0"/>
<mxCell id="2" value="User" style="swimlane;fontStyle=0;childLayout=stackLayout;horizontal=1;startSize=30;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="161" y="150" width="288" height="150" as="geometry"/>
</mxCell>
<mxCell id="3" value="Name: String" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;rotatable=0;whiteSpace=wrap;html=1;" parent="2" vertex="1">
<mxGeometry y="30" width="288" height="30" as="geometry"/>
</mxCell>
<mxCell id="4" value="Email: String" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;rotatable=0;whiteSpace=wrap;html=1;" parent="2" vertex="1">
<mxGeometry y="60" width="288" height="30" as="geometry"/>
</mxCell>
<mxCell id="5" value="Password: String" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;rotatable=0;whiteSpace=wrap;html=1;" parent="2" vertex="1">
<mxGeometry y="90" width="288" height="30" as="geometry"/>
</mxCell>
<mxCell id="7" value="Bio: String" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;rotatable=0;whiteSpace=wrap;html=1;" parent="2" vertex="1">
<mxGeometry y="120" width="288" height="30" as="geometry"/>
</mxCell>
<mxCell id="14" value="Comments" style="swimlane;fontStyle=0;childLayout=stackLayout;horizontal=1;startSize=30;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="487" y="641" width="140" height="90" as="geometry"/>
</mxCell>
<mxCell id="15" value="Title: String" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;rotatable=0;whiteSpace=wrap;html=1;" parent="14" vertex="1">
<mxGeometry y="30" width="140" height="30" as="geometry"/>
</mxCell>
<mxCell id="16" value="Content: String" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;rotatable=0;whiteSpace=wrap;html=1;" parent="14" vertex="1">
<mxGeometry y="60" width="140" height="30" as="geometry"/>
</mxCell>
<mxCell id="21" value="<blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;">const UserSchema = new mongoose.Schema({</blockquote><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;"><br><span style="white-space: pre;">	</span>name:{ type:String },<br><span style="white-space: pre;">	</span>email:{ type:String },<br><span style="white-space: pre;">	</span>password: { type: String },<br><span style="white-space: pre;">	</span>Bio: { type: String },<br><span style="white-space: pre;">	</span>comments:<br></blockquote>" style="whiteSpace=wrap;html=1;aspect=fixed;align=left;" vertex="1" parent="1">
<mxGeometry x="280" y="1269" width="357" height="357" as="geometry"/>
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>