Project Documentation for Devs =============================== Introduction ------------ This documentation is intended for developers working on the project. It explains the core concepts, including the use of RabbitMQ for :doc:`consumer`, the :doc:`backend` structure (controllers, middleware, models, etc.), and how to create and manage consumers. The backend uses MariaDB for data storage. Further Reading --------------- - `RabbitMQ Documentation `_ - `Gin Framework Documentation `_ - `MariaDB Documentation `_ - `GORM Documentation `_ Contents -------- .. toctree:: :maxdepth: 5 backend consumer