Skip to content

Commit

Permalink
removed python command
Browse files Browse the repository at this point in the history
  • Loading branch information
shahednasser committed Jan 6, 2023
1 parent 57cfd34 commit 20421b3
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions docs/content/quickstart/quick-start-docker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -81,19 +81,9 @@ Once done, your server will be accessible at `http://localhost:9000`.
You can test out your server using tools like Postman or by sending a cURL request:

```bash noReport
curl -X GET localhost:9000/store/products | python -m json.tool
curl -X GET localhost:9000/store/products
```

:::note

This command uses Python to format the result of the request better in your command line. If you don't want to use Python you can simply send a request without the formatting:

```bash noReport
curl localhost:9000/store/products
```

:::

---

## Additional steps
Expand Down

0 comments on commit 20421b3

Please sign in to comment.