-
Notifications
You must be signed in to change notification settings - Fork 2
Database API
Henriette Steenhoff edited this page Feb 14, 2019
·
14 revisions
The overall setup on the server looks similar to this (fetched from this website: https://www.simplifiedcoding.net/android-mysql-tutorial-to-perform-basic-crud-operation/

The mobile application sends an HTTP request to the server through the PHP API. If the request is a valid API request the data is either stored or retrieved from the database.
Created on the server hosted by DTU Byg.
Base URL: http://localhost/ClimAppAPI/v1/ClimAppApi.php
Localhost will of course be substituted with the global IP address of the server.

- Recommended Alert Limit
- Weather data
- Shared preferences
- Translation procedure
- Prediction of indoor temperature
Testing
Server/database/API
User information
- Acclimatization
- Activity level
- Age
- Age onboarding
- Gender
- Height value
- Unit
- Weight
- Wet Bulb Globe Temperature (WBGT)
Flow controls