Skip to content

Latest commit

 

History

History
executable file
·
30 lines (22 loc) · 1.39 KB

README.md

File metadata and controls

executable file
·
30 lines (22 loc) · 1.39 KB
Build CodeQL Analysis License

📡 retia engine

The core engine for Retia Platform.

Written in Python using Django and pdm. Powered by Prometheus and Neon.

🚀 quickstart

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