diff --git a/.idea/.gitignore b/.idea/.gitignore
deleted file mode 100644
index 359bb53..0000000
--- a/.idea/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-# 默认忽略的文件
-/shelf/
-/workspace.xml
diff --git a/.idea/compiler.xml b/.idea/compiler.xml
deleted file mode 100644
index 923df1f..0000000
--- a/.idea/compiler.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/encodings.xml b/.idea/encodings.xml
deleted file mode 100644
index f08b2f5..0000000
--- a/.idea/encodings.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml
deleted file mode 100644
index 712ab9d..0000000
--- a/.idea/jarRepositories.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
index e86ff12..639900d 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -1,15 +1,6 @@
-
-
-
-
-
+
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
index 44c0c25..35eb1dd 100644
--- a/.idea/vcs.xml
+++ b/.idea/vcs.xml
@@ -2,6 +2,5 @@
-
\ No newline at end of file
diff --git a/.gitattributes b/Backend/.gitattributes
similarity index 100%
rename from .gitattributes
rename to Backend/.gitattributes
diff --git a/.gitignore b/Backend/.gitignore
similarity index 100%
rename from .gitignore
rename to Backend/.gitignore
diff --git a/.mvn/wrapper/maven-wrapper.properties b/Backend/.mvn/wrapper/maven-wrapper.properties
similarity index 100%
rename from .mvn/wrapper/maven-wrapper.properties
rename to Backend/.mvn/wrapper/maven-wrapper.properties
diff --git a/mvnw b/Backend/mvnw
similarity index 100%
rename from mvnw
rename to Backend/mvnw
diff --git a/mvnw.cmd b/Backend/mvnw.cmd
similarity index 100%
rename from mvnw.cmd
rename to Backend/mvnw.cmd
diff --git a/pom.xml b/Backend/pom.xml
similarity index 100%
rename from pom.xml
rename to Backend/pom.xml
diff --git a/src/main/java/com/familybank/FamilyBankApplication.java b/Backend/src/main/java/com/familybank/FamilyBankApplication.java
similarity index 100%
rename from src/main/java/com/familybank/FamilyBankApplication.java
rename to Backend/src/main/java/com/familybank/FamilyBankApplication.java
diff --git a/src/main/java/com/familybank/controller/StudyController.java b/Backend/src/main/java/com/familybank/controller/StudyController.java
similarity index 100%
rename from src/main/java/com/familybank/controller/StudyController.java
rename to Backend/src/main/java/com/familybank/controller/StudyController.java
diff --git a/src/main/resources/application.yml b/Backend/src/main/resources/application.yml
similarity index 100%
rename from src/main/resources/application.yml
rename to Backend/src/main/resources/application.yml
diff --git a/src/test/java/com/familybank/FamilyBankApplicationTests.java b/Backend/src/test/java/com/familybank/FamilyBankApplicationTests.java
similarity index 100%
rename from src/test/java/com/familybank/FamilyBankApplicationTests.java
rename to Backend/src/test/java/com/familybank/FamilyBankApplicationTests.java
diff --git a/HELP.md b/HELP.md
deleted file mode 100644
index 63761d7..0000000
--- a/HELP.md
+++ /dev/null
@@ -1,16 +0,0 @@
-# Getting Started
-
-### Reference Documentation
-For further reference, please consider the following sections:
-
-* [Official Apache Maven documentation](https://maven.apache.org/guides/index.html)
-* [Spring Boot Maven Plugin Reference Guide](https://docs.spring.io/spring-boot/3.5.7/maven-plugin)
-* [Create an OCI image](https://docs.spring.io/spring-boot/3.5.7/maven-plugin/build-image.html)
-
-### Maven Parent overrides
-
-Due to Maven's design, elements are inherited from the parent POM to the project POM.
-While most of the inheritance is fine, it also inherits unwanted elements like `` and `` from the parent.
-To prevent this, the project POM contains empty overrides for these elements.
-If you manually switch to a different parent and actually want the inheritance, you need to remove those overrides.
-