From 9a10addb3c30850e116bb8a84e3f86f4f635ea6b Mon Sep 17 00:00:00 2001 From: Omkar Shirpure <144517933+sudo-boo@users.noreply.github.com> Date: Tue, 22 Oct 2024 23:28:58 +0530 Subject: [PATCH] Update README.md --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 475e5cc..f36bf2d 100644 --- a/README.md +++ b/README.md @@ -19,17 +19,15 @@ sarcathon-2024/ │ ├── demo_video.mp4 │ └── demo_images/ │ +│ ├── src/ │ ├── client/ # Frontend Flutter application │ └── server/ # Backend Django application │ -├── tests/ # Contains larger datasets and tests to +├── Presentation.pptx # Presentation of our Solution +├── test/ # Contains larger datasets and tests to │ # test the performance of the system │ -├── k8s/ # Kubernetes configuration files -│ ├── deployment.yaml -│ └── service.yaml -│ ├── Dockerfile # Dockerfile for containerizing the project ├── README.md # Project overview and setup instructions └── .gitignore # Files and directories to ignore in Git @@ -55,7 +53,10 @@ Connect your iPhone or iOS emulator, build and install it using ```flutter flutter install ``` +> Note: The server address by default is set to `localhost:8000`. You might want to change that and rebuild. + + ### Backend To run the backend, `cd` to the server source code folder