From 87932a7d671cd2ad5732aaec05278d797ab82475 Mon Sep 17 00:00:00 2001 From: Abdoulrachard Date: Tue, 12 Nov 2024 15:18:31 +0100 Subject: [PATCH] added readme file to expalin the api routes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3aa6172..9f13dc1 100644 --- a/README.md +++ b/README.md @@ -201,7 +201,7 @@ Les erreurs suivantes peuvent être retournées par l'API : ## Installation et Utilisation -1. Clonez le dépôt : `git clone ` +1. Clonez le dépôt : `git clone https://github.com/Abdoulrachard/Manage-Back.git` 2. Installez les dépendances : `composer install` 3. Créez votre fichier `.env` : `cp .env.example .env` 4. Générez votre clé d'application : `php artisan key:generate`