diff --git a/README.md b/README.md index c807419..4114912 100644 --- a/README.md +++ b/README.md @@ -343,15 +343,5 @@ Our development workflow relies on three local environments: # Application Execution 📲 -### Backend: -- Implemented in Java using the Spring Boot framework. -- Configured to connect to a local Oracle Database instance via a configuration file (`application.properties`). - -### Frontend: -- Implemented in React. -- Run locally using the command: - ```bash - npm start ----