Skip to content

Commit

Permalink
Sat, Aug 3, 2024, 2:35 PM +03:00
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdoullahBougataya committed Aug 3, 2024
1 parent aa2c5a5 commit 7142fa9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit 7142fa9

Please sign in to comment.