Requirements
While everything should be able to run out-of-the-box with devcontainer (See the installation section) here is basic requirements for the project to be able to run.
Here is some details for being able to run the project correctly locally and do some development:
- Python Main language used, version fixed at
3.12.*
. - Poetry For dependency management.
- PostgreSQL For storing events and configuration, version 16. (See the server installation section).
- Docker Last version but also Docker Compose (Which is optional).
- VSCode Or anything who can handle devcontainer (Recommended).