/hands-dirty-clean-architecture-own

Going through the Get Your Hands Dirty on Clean Architecture book

Primary LanguageJava

Getting your hands dirty on clean architecture

Build

Written on Java 17. Make sure that your JAVA_HOME points to a JDK 17 distribution.

> ./mvnw spring-boot:run

Curl samples

Create comment

> curl -X POST http://localhost:8080/comments -H 'Content-Type: application/json' -d '{"body": "hello"}'

Get comment

> curl -X GET http://localhost:8080/comments/61be4bf82c932665b33febb9