This project employs a client-server model, where the mobile application serves as the client, interacting with a backend server encapsulated within a Docker container. The use of Docker ensures consistency in the server environment, facilitating deployment and enhancing overall reliability.
The project adopts a typical client-server architecture, with the mobile application acting as the client. This client communicates with a backend server, which is encapsulated within a Docker container. This separation of concerns allows for scalable and maintainable development.
The backend server is containerized using Docker, ensuring a consistent and reproducible environment. This consistency greatly simplifies deployment processes, making it easier to manage and reducing the chances of deployment-related issues.
The testing process for the Android application is comprehensive and includes the following steps:
-
Acquiring Necessary Permissions: Ensuring that the application requests and handles required permissions correctly.
-
Manual Data Entry: Thorough testing involves manual data entry to simulate real-world user interactions and inputs.
-
Simulating Changes in Server Output: The application is tested by simulating different scenarios of server output to validate its robustness and responsiveness.
This rigorous testing approach aims to guarantee the functionality and reliability of the mobile application under various conditions.
The Android Studio Integrated Development Environment (IDE) is employed for the development and testing of the Android application. Android Studio provides a feature-rich environment with tools for designing, coding, and testing Android applications efficiently.
To set up and run the project locally, follow these steps:
- Clone the repository to your local machine.
- Install Android Studio and make sure to run with latest android studio version (>= hedgehog).
- Open the "app-final" project in Android Studio.
- Set up the Docker environment for the backend server.
- In HydrofitApplication.kt set the value if constant IP to the IP of your server.
- Build and run the Android application on your preferred emulator or physical device.
To set up the server -
- Have docker and docker-compose installed
docker-compose up
docker-compose down
docker exec -it hydrofitserver pytest
- Android Studio
- Docker
- Gaurav Chandrashekhar Kulkarni
- Shreyas Chandrashekhar Kirtane
- Aniket Agrawal
- Krithish Goli
- Sri Raghav Bobburi
- Amogha Bheemanakone Narappa