From bb4e7cf453b962fe6074b1f3f2bd4d599a594ea6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20MARQUET?= Date: Tue, 13 Jun 2023 15:09:00 +0200 Subject: [PATCH] Creation of the README.md for the project --- BackEnd/cmake-build-debug/Testing/Temporary/LastTest.log | 4 ++-- BackEnd/cmake-build-debug/result.txt | 2 +- README.md | 7 +++++++ 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/BackEnd/cmake-build-debug/Testing/Temporary/LastTest.log b/BackEnd/cmake-build-debug/Testing/Temporary/LastTest.log index e5203af..67b744a 100644 --- a/BackEnd/cmake-build-debug/Testing/Temporary/LastTest.log +++ b/BackEnd/cmake-build-debug/Testing/Temporary/LastTest.log @@ -1,3 +1,3 @@ -Start testing: Jun 13 12:28 CEST +Start testing: Jun 13 13:46 CEST ---------------------------------------------------------- -End testing: Jun 13 12:28 CEST +End testing: Jun 13 13:46 CEST diff --git a/BackEnd/cmake-build-debug/result.txt b/BackEnd/cmake-build-debug/result.txt index 589a23f..b86bb87 100644 --- a/BackEnd/cmake-build-debug/result.txt +++ b/BackEnd/cmake-build-debug/result.txt @@ -1,4 +1,4 @@ -0.000001 +0.000000 boyle;Trainspotting;94;Drama boyle;127 Hours;94;Biography allen;Midnight in Paris;94;Comedy diff --git a/README.md b/README.md index 03d338f..1ccc88d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ # projetCGroupe8 ## Description du projet +Ce projet est un projet de groupe fait en groupe de 3 par: Hermann Mazeliere, Louis Marvillet et Félix Marquet. + +Le but de ce projet est de mettre en application les connaissances acquises durant l'année en C et en HTML, CSS et JS. + +Le projet consiste en la création du site web d'une filmothèque. Ce site web permet de rechercher des films dans une BD en .txt par leur réalisateur, durée, titre et catégorie. + +Pour lancer le projet, référez vous aux 2 autres fichiers README.md présents dans le dossier FrontEnd et BackEnd. \ No newline at end of file