From 7142fa9e667f043ed15103d8c31bc49e85e8c7c7 Mon Sep 17 00:00:00 2001 From: AbdoullahBougataya Date: Sat, 3 Aug 2024 11:35:37 +0000 Subject: [PATCH] Sat, Aug 3, 2024, 2:35 PM +03:00 --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 7150d46..6ec3e2d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # Rocket Engines API 🚀 + > [!WARNING] > The data scrapped to the database have been modified several times throughout the code, so keep in mind that the data is a bare approximate and doesn't always reflect real world circumstances. ## Introduction @@ -52,8 +53,6 @@ First you will have to open the terminal in the projects directory, then change After that you can open your prferred http client and send a get request to `http://localhost:8080/welcome`, And you will see a welcome message. Then you can send a get request to `http://localhost:8080/engines` to get all the information about the engines, you can add query parameters to the previous command, the query parameters compatible are: * `id`: to get a specific engine using its id. * `engine`: to get a specific engine using its name. -## In progress -I am currently working on making the API serve images of the rocket engines. Legal note: scrapping Wikipedia is completely legal.