The core engine for Retia Platform.
Written in Python using Django and pdm. Powered by Prometheus and Neon.
This project uses pdm for dependency management. To get started, install Poetry and run the following commands:
# install dependencies
pdm install
# migrate the database
pdm run migrate
# run the development server on http://localhost:8000
pdm run dev