Mise à jour de 'README.md'

master
Corentin RICHARD 6 months ago
parent 2e07669d76
commit 460a413f10

@ -50,36 +50,6 @@ classDiagram
Tags "n" --> "n" Post : Have
Profil "n" -- "n" Profil : Follow
class Post{
_id_ BIGINT
title TEXT
text TEXT
isDream BOOLEAN
upVote INT
downVote INT
}
class Profil{
_id_ BIGINT
name TEXT
description TEXT
password TEXT
}
class Tags{
id BIGINT
name TEXT
color TEXT
}
class Commentary{
_id_ BIGINT
text TEXT
}
Post "1" <-- "n" Commentary : respond
Post "n" <-- "1" Profil : publish
Tags "n" --> "n" Post : Have
```

Loading…
Cancel
Save