A customized fork from Zalando's awesome Zally. It enforces some automatically checkable rules from SBB's API Principles.
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.
git clone git@github.com:zalando/zally.git zally
server
folder:cd zally/server
./gradlew clean build
./gradlew bootRun
The bootRun task is configured to run with ‘dev’ profile by default.