Checkpoint, an application for debugging and testing REST apis. I mostly started this project to help with some stuff I was doing at work. And I rebooted it so I could get back into Groovy.
Checkpoint uses Gradle as its build manager.
-
Run
gradle build -
Because we're using the
spring-boot-gradle-pluginplugin we can use the following:gradle bootrun
If you're using default settings, the site is hosted at localhost:8080.