Just a simple chat application using RabbitMQ.
This project uses uv, if you only work with pip, you can install uv with pip install uv or install the packages directly with pip install pika pydantic-settings.
# Clone the repository
git clone https://github.com/EvickaStudio/mq-chat.git
# Install the dependencies
uv sync
# Set the environment variables
cp .env.example .env
# Run the application
uv run chat.py