We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87ae39e commit 408f58eCopy full SHA for 408f58e
README.md
@@ -10,6 +10,7 @@ Paginates result when products are fetched by categories or subcategories.
10
<br/>
11
12
Deployed as a vercel function: [ecommerce-rest-api-five.vercel.app](https://ecommerce-rest-api-five.vercel.app)
13
+<br> Documented with Swagger UI.
14
15
### Requirements
16
This project is written in `Python 3.12.1`
@@ -37,7 +38,7 @@ Start the server: (Runs on 127.0.0.1:5000)
37
38
flask --app app run [--debug]
39
```
40
-Test the API using Postman, cURL or your preferred HTTP client.
41
+Test the API using Swagger UI (`/` route), Postman, cURL or your preferred HTTP client.
42
43
### Endpoints
44
0 commit comments