Create .env file from the template. sh
cp src/iot_server/env.template src/iot_server/env.template/.env
Start docker container with docker-compose: sh
docker-compose up
Create db iotdatabase in clickhouse with the root user with the following command: sh
echo " CREATE DATABASE iotdatabase;" | curl -u root:root http://localhost:8123/ --data-binary @-