From 79d40431998c2663e662416245a39d0d8bd55d6e Mon Sep 17 00:00:00 2001 From: Tenzing Kandang Date: Fri, 13 Mar 2026 11:32:26 +0100 Subject: [PATCH] Actualiser README.md --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 445ccd0..c7e2a2e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # GRABBER -Grabber is a program that "grabs" informations about the computer. You can then acces this information from a web page. It can also grab employee data which you can add/delete through a formulaire page, stored in SQL, which can be used later for many to many connection. Users can be assigned to one or more computers. +Grabber is a program that "grabs" informations about the computer. You can then acces this information from a web page. +It can also grab employee data which you can add/delete through a formulaire page, stored in SQL, which can be used later for many to many connection. Users can be assigned to one or more computers. ## How to run the server @@ -13,11 +14,12 @@ Then start the server with uvicorn You should now be able to visualize the pages after running `sudo bash grabber.sh localhost` on your localhost:8000. -**Pages references:** -localhost:8000/ordi/{id} **"List of information on the computer"** -localhost:8000/employees **"List of employees"** -localhost:8000/employee/create **"Formulaire to add an employee"** -localhost:8000/employee/{id}/delete **"Delete selected employee"** + +###Pages references:### +- localhost:8000/ordi/{id} **"List of information on the computer"** +- localhost:8000/employees **"List of employees"** +- localhost:8000/employee/create **"Formulaire to add an employee"** +- localhost:8000/employee/{id}/delete **"Delete selected employee"**