2
Home
francois.baille edited this page 2025-05-05 00:36:27 +02:00

Documentation du Projet


Installation et Configuration

Prérequis

  • Android Studio : Version Flamingo (2022.2.1) ou +
  • Deno : v1.35+
  • MySQL : 8.0+

Configuration initiale

# Clone du repo
git clone https://gitea.lyc-lecastel.fr/francois.baille/teamSync.git
cd teamSync

# Backend (Deno)
# Installer Deno
# Windows
irm https://deno.land/install.ps1 | iex
# Linux
curl -fsSL https://deno.land/install.sh | sh

# Lancer le serveur (une fois a la racine)
deno run --allow-net --allow-env --allow-read main.ts

# Utilisateur de test
Utilisateur : testuser
Mot de passe : pass