diff --git a/README.md b/README.md index 148c5d0..7592d7c 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,8 @@ This project is a secure, lightweight SaaS-like database latency testing GUI and API, built with FastAPI. -![Screenshot 2025-07-03 at 11 25 54 PM](https://github.com/user-attachments/assets/1e26dd2c-9423-46b8-9a76-b05b689e72b6) - -![Screenshot 2025-07-03 at 11 26 17 PM](https://github.com/user-attachments/assets/235f6251-3198-4cd4-99a7-63490b4f6405) +https://github.com/user-attachments/assets/e3eaf179-914b-4c17-bc47-35f17e86aee0 -![Screenshot 2025-07-03 at 11 26 30 PM](https://github.com/user-attachments/assets/f1b17fb8-f637-4b86-95c9-52dd0b6e2067) ### 1. Clone Repository ### ```bash @@ -17,11 +14,15 @@ git clone https://github.com/oracle-quickstart/db-endpoint-latency-testing-ammet ```bash python3 -m venv .venv +``` -# Activate on Unix/macOS: +#### Activate on Unix/macOS: +```bash source .venv/bin/activate +``` -# Activate on Windows: +#### Activate on Windows: +```bash .venv\Scripts\activate ``` @@ -42,6 +43,12 @@ http://localhost:8000 - Fill out the form and run latency tests in real time with live chart and table views. - For any errors (connection, authentication) you'll see detailed front-end feedback. +![Screenshot 2025-07-03 at 11 25 54 PM](https://github.com/user-attachments/assets/1e26dd2c-9423-46b8-9a76-b05b689e72b6) + +![Screenshot 2025-07-03 at 11 26 17 PM](https://github.com/user-attachments/assets/235f6251-3198-4cd4-99a7-63490b4f6405) + +![Screenshot 2025-07-03 at 11 26 30 PM](https://github.com/user-attachments/assets/f1b17fb8-f637-4b86-95c9-52dd0b6e2067) + ### 6. API Usage via Curl/CLI Example: ```bash curl -u admin:change_this -X POST http://localhost:8000/api/test-latency \