From 74becbca89aa57ca13419e133baaea1c5ca68498 Mon Sep 17 00:00:00 2001
From: Oumar  Ba <boumar679@gmail.com>
Date: Wed, 7 Feb 2024 22:26:56 +0000
Subject: [PATCH] Add README.md

---
 README.md | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 README.md

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..f37e254
--- /dev/null
+++ b/README.md
@@ -0,0 +1,8 @@
+Here is the backend part of EcoMagnet, developed with Spring Boot and MySQL.
+
+- Local access URL: http://localhost:8088/swagger-ui/index.html#/
+- The listening port is 8088.
+
+If you wish to change it, replace the value with another port number in the application.properties file (src->main->resources->application.properties), at the "server.port" line.
+
+Don't forget to add any new endpoints to the WHITE_LIST_URL list located in SecurityConfig.
-- 
GitLab