Skip to content

Commit 46e5307

Browse files
Merge pull request #19 from shadab-mohammad-oracle/patch-5
Update README.md
2 parents 021df7c + 4f81d06 commit 46e5307

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

README.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,8 @@
22

33
This project is a secure, lightweight SaaS-like database latency testing GUI and API, built with FastAPI.
44

5-
![Screenshot 2025-07-03 at 11 25 54 PM](https://github.com/user-attachments/assets/1e26dd2c-9423-46b8-9a76-b05b689e72b6)
6-
7-
![Screenshot 2025-07-03 at 11 26 17 PM](https://github.com/user-attachments/assets/235f6251-3198-4cd4-99a7-63490b4f6405)
5+
https://github.com/user-attachments/assets/e3eaf179-914b-4c17-bc47-35f17e86aee0
86

9-
![Screenshot 2025-07-03 at 11 26 30 PM](https://github.com/user-attachments/assets/f1b17fb8-f637-4b86-95c9-52dd0b6e2067)
107

118
### 1. Clone Repository ###
129
```bash
@@ -17,11 +14,15 @@ git clone https://github.com/oracle-quickstart/db-endpoint-latency-testing-ammet
1714

1815
```bash
1916
python3 -m venv .venv
17+
```
2018

21-
# Activate on Unix/macOS:
19+
#### Activate on Unix/macOS:
20+
```bash
2221
source .venv/bin/activate
22+
```
2323

24-
# Activate on Windows:
24+
#### Activate on Windows:
25+
```bash
2526
.venv\Scripts\activate
2627
```
2728

@@ -42,6 +43,12 @@ http://localhost:8000
4243
- Fill out the form and run latency tests in real time with live chart and table views.
4344
- For any errors (connection, authentication) you'll see detailed front-end feedback.
4445

46+
![Screenshot 2025-07-03 at 11 25 54 PM](https://github.com/user-attachments/assets/1e26dd2c-9423-46b8-9a76-b05b689e72b6)
47+
48+
![Screenshot 2025-07-03 at 11 26 17 PM](https://github.com/user-attachments/assets/235f6251-3198-4cd4-99a7-63490b4f6405)
49+
50+
![Screenshot 2025-07-03 at 11 26 30 PM](https://github.com/user-attachments/assets/f1b17fb8-f637-4b86-95c9-52dd0b6e2067)
51+
4552
### 6. API Usage via Curl/CLI Example:
4653
```bash
4754
curl -u admin:change_this -X POST http://localhost:8000/api/test-latency \

0 commit comments

Comments
 (0)