To Install Dependencies via Maven:
- Open a terminal or command prompt in the root of the project.
- Enter the following command:
This will download and install all the necessary dependencies for the project.
mvn install
To Run the Backend:
- Ensure that the dependencies have been successfully installed.
- Enter the following command:
This will start the backend server.
mvn spring-boot:run
Accessing the API Documentation:
- After the backend has started successfully, open a web browser.
- Navigate to the following link:
This will open the Swagger interface, where you can explore the API documentation and test the endpoints.
http://localhost:8080/swagger-ui.html
Accessing Tests:
- To access the project's tests, go to the following path in the project:
There, you can find unit and integration tests related to the application.
src/test/java/com/example/AnagramCheckerAPI/anagram/AnagramCheckerServiceTests.java