From ba3b3e392366e7ff714c80400681f0bdae4e2853 Mon Sep 17 00:00:00 2001
From: Michal Badin <xbadin@fi.muni.cz>
Date: Wed, 3 May 2023 09:20:13 +0200
Subject: [PATCH] feat(README): Updated README with seed and clear info

---
 README.md | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/README.md b/README.md
index 54685a5..adc16fa 100644
--- a/README.md
+++ b/README.md
@@ -97,6 +97,15 @@ Just note that each module runs on a different port by default, so care where yo
 These ports can be overridden either in the application.properties file of each module, or by specifying the port
 manually when running the "mvn" command to run the module.
 
+## Seed and clear DB
+DB is at the start of the app seeded with some Data, thus you don't have to do it manually. 
+For users are available 2 endpoints:
+
+- /seed - Seed DB with some Data
+- /clear - Clear DB whenever during running
+
+*Note: /seed will always seed DB with the same Data. Keep in mind, If you seed DB after startup, DB will contain the same data twice.*
+
 ## Build and run the app with Docker
 
 For purpose of this build and run the installation of Docker/Podman
-- 
GitLab