From 275e65b9bebf12a316da443f9ed51f19f0a60856 Mon Sep 17 00:00:00 2001 From: Peter Vacho Date: Fri, 3 Jan 2025 17:46:36 +0100 Subject: [PATCH] chore: Explain base url setup from localhost --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c21b364..683d5ac 100644 --- a/README.md +++ b/README.md @@ -30,4 +30,8 @@ Repository](https://git.itsdrike.com/ap7pd/event-management-backend). > [!TIP] > The app supports dynamic configuration of the API base URL, allowing you to -> deploy the backend on any server or cloud provider of your choice. +> deploy the backend on any server or cloud provider of your choice. If you +> wish to test the app from android studio, you can deploy the backend locally +> () and set the base URL to `http://10.0.2.2:8000`. +> This will allow the Android emulator to access the local backend server. Note +> that this is also the default value.