Joke of the Day CRUD Service
- Download, install, and run Docker Desktop
- Install Java 21+ and verify it using
java -version(I like https://sdkman.io/ to manage my JDKs) - Run unit tests
./bin/run_tests.shor - Start the server
./bin/start_server.sh - Use swagger to hit the endpoints at http://localhost:8080/swagger-ui/index.html or whatever client you please
If you make changes, you may need to reformat your code ./bin/format_code.sh in order to pass linting