- Docker.
- Docker Compose.
- Poetry for Python package and environment management.
- Install project dependencies
$ poetry install
- Start the service with Docker Compose:
$ docker-compose up -d
- Or run it with poetry
$ poetry run main.py
Open your browser at http://0.0.0.0:8000/docs, and you'll see the swagger interface which will allow you to add new messages (with application-side encryption) and to search through this messages