Skip to content

Commit dd365b1

Browse files
Update README.md
1 parent 6d8047d commit dd365b1

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,35 @@ Here’s what the Task Manager looks like:
4646
![Task Manager UI](assets/ui.png)
4747

4848

49+
---
50+
---
51+
52+
## 🧪 API Documentation (Swagger)
53+
54+
- Swagger UI is available at: [http://localhost:5000/swagger-ui](http://localhost:5000/swagger-ui)
55+
- OpenAPI JSON schema is served at: [http://localhost:5000/openapi.json](http://localhost:5000/openapi.json)
56+
57+
<p align="center">
58+
<img src="./assets/swagger-ui.png" alt="Swagger UI" />
59+
</p>
60+
4961
---
5062

63+
## 🔁 Keploy API Testing Integration
64+
65+
This project uses [Keploy](https://keploy.io) to record and replay API calls for test generation using real-time traffic, enabling high test coverage without manual test writing.
66+
67+
### 🚀 How it works:
68+
- Records curl-based traffic.
69+
- Automatically generates unit and integration tests.
70+
- Validates API behavior deterministically.
71+
72+
<p align="center">
73+
<img src="./assets/keploy-report.png" alt="Keploy Report"/>
74+
</p>
75+
76+
77+
---
5178
## ⚙️ Setup Instructions
5279

5380
### 1️⃣ Clone the repository

0 commit comments

Comments
 (0)