📝 ✏️

pull/6/head
Alexis Drai 2 years ago
parent f86a4d2ab9
commit e1885b2a1f

3
.gitignore vendored

@ -83,4 +83,5 @@ gradle-app.setting
.gradletasknamecache
# Others
docs/todos.md
docs/todos.md
/src/test/resources/application.properties

@ -13,16 +13,12 @@ The application is developed using the Quarkus framework and uses `MongoDB` as i
This application is a RESTful service designed to emulate a basic Pokemong management system. It allows users to perform
CRUD operations on Pokemongs, trainers, moves, and types.
<details><summary>🗂️ See the DCM</summary>
### 🗂️ DCM
<img src="./docs/mcd.png" alt="Data Concept Model" title="Data Concept Model">
</details>
<details><summary>🧬 See the UML Class diagram</summary>
### 🧬 UML Class diagram
<img src="./docs/nosql_uml.png" alt="UML Class Diagram" title="UML Class Diagram">
</details>
## Prep steps
### ♨️ Java version

Loading…
Cancel
Save