The emulator to test the launch from both the consumer and producer side.
- Java
- Maven
mvn clean install spring-boot:run
- Docker
docker build -t sns-emulator .
docker run sns-emulator- Testing the launch as producer: http://localhost:8080/index.html
- Testing the launch as consumer: http://localhost:8080/validate.html