Implementation that encrypts and saves the message received as a request with AES algorithm.
colima start
docker-compose up -d --build colima start
docker-compose down -v
docker-compose up -d --buildhttp://127.0.0.1:8080/
curl --location 'http://127.0.0.1:8080/' \
--header 'Content-Type: application/json' \
--data '{
"id":"1",
"message":"hello"
}'
http://127.0.0.1:8080/messages
curl --location 'http://127.0.0.1:8080/messages' \
--data