Skip to content

📡 The core engine for Retia Platform

License

Notifications You must be signed in to change notification settings

retia-platform/retia-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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