No description
Find a file
Thomas Schleicher 846f3b0440
update readme
2025-11-07 13:57:30 +01:00
app feat: add concurrency tests for shared states in the multithreaded code of the crawler 2025-07-28 20:31:07 +02:00
gradle initial commit 2025-03-02 18:53:37 +01:00
.gitattributes initial commit 2025-03-02 18:53:37 +01:00
.gitignore initial commit 2025-03-02 18:53:37 +01:00
gradlew initial commit 2025-03-02 18:53:37 +01:00
gradlew.bat initial commit 2025-03-02 18:53:37 +01:00
README.md update readme 2025-11-07 13:57:30 +01:00
settings.gradle initial commit 2025-03-02 18:53:37 +01:00

Description

This project is a simple web crawler implemented in Java, designed with a strong focus on clean code principles. The architecture emphasizes abstraction, design patterns, and software design principles to ensure readability, maintainability, and scalability.

Group Members

  • Thomas Schleicher
  • Florian Hager

How to Use

As this project uses gradle you can use the gradle commands to build, test, and run this project. Make sure you are in the project directory and execute the action you want using the following commands:

  gradle build
  gradle test
  gradle run