initial commit

This commit is contained in:
Guillaume-Sanchez
2026-05-26 13:56:03 +02:00
parent 4c720637a1
commit ff4bb12d22
539 changed files with 12415 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
# UTC 504 30/01/2024
```
Frontend
|
v
Backend -> Traitement -> Langage fonctionnel
|
v
BDD
```
## SQL
3 tables :
Eleves : (NomElv, AdrElv, VilleElv),
Matières : (NomMat, Coef, Intitule),
Notes : (NomElv, NomMat, Date, Note).