Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sudo-boo committed Oct 22, 2024
2 parents 66851e7 + 9a10add commit e209ebd
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.

<be>

### Backend
To run the backend, `cd` to the server source code folder
Expand Down

0 comments on commit e209ebd

Please sign in to comment.