From e3722c18e4ccade9802cd30cf8619cdf07255ba8 Mon Sep 17 00:00:00 2001 From: ABC Date: Fri, 5 Dec 2025 13:34:30 +0530 Subject: [PATCH 1/2] updated readme file --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0e99492..5344ea1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Chat Application +# Chat Application12345 - ## Frameworks and Language used - #### Spring Boot Framework @@ -66,7 +66,7 @@ - #### MySQL Database : chat_application_db - ## Project Summary - In this project we have created 2 models namely;User, ChatHistory and Status. We have provided some endpoints and also in this section below we have given our API. Using this API we can perform the CRUD operations accordingly. + In thismodified project we have created 2 models namely;User, ChatHistory and Status. We have provided some endpoints and also in this section below we have given our API. Using this API we can perform the CRUD operations accordingly. End Points: - ##### /status From 853a1df451afc41888ca0c044b856a9f38de3708 Mon Sep 17 00:00:00 2001 From: ABC Date: Fri, 5 Dec 2025 13:44:09 +0530 Subject: [PATCH 2/2] updated readme file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5344ea1..e2cc991 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Chat Application12345 +# Chat Application54321 - ## Frameworks and Language used - #### Spring Boot Framework