-
Android application that works as a client making HTTP requests to a orchard management system.
-
The application was made using Android, Retrofit, and Google Maps.
-
Download and install Docker Compose
-
Access the
bd
folder and run Docker Compose to start the database on the local network:cd bd docker compose up
-
Obtain the IP of the PC hosting the database:
ifconfig
-
Assign the IP to the
baseIP
variable in the main activityMainActivity.kt
-
Run the application on a mobile device