From 5ec1d33d927115af75bb03779f84928465549df1 Mon Sep 17 00:00:00 2001 From: Rahul Gopathi Date: Sat, 16 Sep 2023 14:33:47 +0530 Subject: [PATCH] Update README.md Signed-off-by: Rahul Gopathi --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index bebca86..483d1de 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,9 @@ Here is the output of the above command: ``` > Note: The above results are obtained on a 8GB RAM, 2.3 GHz Dual-Core Intel Core i5 8th gen processor. This may vary depending on the system configuration. +## **Working Demo** +Here is the working demo of the database and the API. You can find the video [here](https://drive.google.com/file/d/17CUAJaXwI6bIBJVY3Z8-vwLEXDBos9jd/view). + ## **Future Scope** - The database can be further optimized by doing more analysis on the queries that are being hit on the database and adding more indexes accordingly. - Displaying the results in a more user-friendly way by removing the unnecessary columns may improve the performance.