ℹ️ About
Each year, students of University of New Caledonia gives to students and enterprises the opportunity to work together on "projets tutorés" so students can work on real life projects with IT professionals.
This project has been realized in this context.
🎯 Pitch
What you'll see in this article is how and what has been achieved to reach the following target:
🧑🤝🧑 Team
Nothing can be done without a team, here we are:
- 👦 Kevin @kpetit
- 👦 David @davnox900
- 👦 Irwan @isoernc
- 👨 Adrien @adriens
🍿 Showtime
Enough talk, let's see whathas been delivered, and how:
🔖 Resources
-
opt-nc/template-projet-tutore-unc
GitHub template repository
opt-nc
/
domaine-nc-javafx
Application JavaFX pour consulter les données de DOMAINE.nc
❔ A propos
Application JavaFX pour consulter les données de DOMAINE.nc, développée en projet tutoré entre :
🎯 Objectif
Appli JavaFX disruptive Desktop pour consuleter les noms de DOMAINE.nc via son API publique.
🛑 Prérequis
- ✅ Disposer de
JDK 17+
- ✅ Créer un fichier
.env
à la racine du projet avec votre clé d'API
X_RAPIDAPI_KEY=Votre_clef_d'API
🕹️ Utiliser
gh repo clone opt-nc/domaine-nc-javafx
cd domaine-nc-javafx
ls -la .env
mvn javafx:run
💿 Packager & Exec ⚡
mvn clean package
java -jar target/domainenc.jar
On générera ainsi le fichier domainenc.jar à utiliser .
Top comments (5)