Skip to content
Snippets Groups Projects
Select Git revision
  • main
1 result

smart_grid_JPA

  • Forked from HASHIM--FAROOQI Medjibe / Smart Grid JPA
    47 commits behind the upstream repository.
    user avatar
    promaa authored and GitHub committed
    465080b6
    History
    Name Last commit Last update
    smart_grid
    .gitignore
    README.md

    Démarrage du projet Smart Grid

    Prérequis

    • Docker installé
    • Gradle disponible (ou utiliser le wrapper fourni)

    Commandes à exécuter

    1. Se placer dans le dossier du projet

    cd smart_grid

    ### 2. Démarrer les containers Docker

    docker compose up -d

    3. Lancer le backend avec Gradle

    ./gradlew.bat run