This is a baseline repository for participants of the DIRO Hackathon 2024. It contains a basic structure for the project and some example code to get you started.
Il s'agit d'un référentiel de base pour les participants au DIRO Hackathon 2024. Il contient une structure de base pour le projet et du code d'exemple pour vous aider à démarrer.
To get started, clone this repository to your local machine and start building your project. You can use the example code as a starting point or start from scratch.
Pour commencer, clonez ce référentiel sur votre machine locale et commencez à construire votre projet. Vous pouvez utiliser le code d'exemple comme point de départ ou partir de zéro.
The repository is structured as follows:
-
'java' contains the Java code for the project which can be imported into the IDE of your choice. The code is structured as a Maven project with all the necessary dependencies.
-
'python' contains the Python code for the project. The code is structured as a Python package with all the necessary dependencies.
Le référentiel est structuré comme suit:
-
'java' contient le code Java du projet qui peut être importé dans l'EDI de votre choix. Le code est structuré comme un projet Maven avec toutes les dépendances nécessaires.
-
'python' contient le code Python du projet. Le code est structuré comme un package Python avec toutes les dépendances nécessaires.