Order Sample

This is a simple project using Spring Boot and MongoDB applying DDD concepts together with hexagonal architecture.

To run the application

  1. Run docker-compose
docker-compose up
  1. Build the project
./gradlew clean build 
  1. Run the Main class
./gradlew bootRun