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.