diff --git a/.gitignore b/.gitignore index afff217..0c6da4a 100644 --- a/.gitignore +++ b/.gitignore @@ -83,4 +83,5 @@ gradle-app.setting .gradletasknamecache # Others -docs/todos.md \ No newline at end of file +docs/todos.md +/src/test/resources/application.properties diff --git a/README.md b/README.md index 02ae1ec..e82d5e6 100644 --- a/README.md +++ b/README.md @@ -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. -
🗂️ See the DCM +### 🗂️ DCM Data Concept Model -
- -
🧬 See the UML Class diagram +### 🧬 UML Class diagram UML Class Diagram -
- ## Prep steps ### ♨️ Java version