chore: Explain base url setup from localhost

This commit is contained in:
Peter Vacho 2025-01-03 17:46:36 +01:00
parent bec3ab3ad1
commit 275e65b9be
Signed by: school
GPG key ID: 8CFC3837052871B4

View file

@ -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
> (<http://localhost:8000>) 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.