This is Zally's heart - Zally Server. It implements all rule checks and offers an API to request an API linting. It also provides permalinks and statistics functionalities.
- Clone Zally repository
git clone git@github.com:zalando/zally.git zally- Switch to
serverfolder:
cd zally/server- Build the server:
./gradlew clean build- Fix linter violations
./gradlew spotlessApply- Run Zally server using:
./gradlew bootRunThe bootRun task is configured to run with 'dev' profile by default.