mirror of
https://github.com/thomas-schleicher/cleancode.git
synced 2026-05-25 14:51:39 +00:00
No description
- Java 100%
| app | ||
| gradle | ||
| .gitattributes | ||
| .gitignore | ||
| gradlew | ||
| gradlew.bat | ||
| README.md | ||
| settings.gradle | ||
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