https://github.com/natiginfo/ouluhealthhack2018
Doctor Asked is app for self diagnosis built at Oulu Health Hack 2018 using the API provided by CGI.
https://github.com/natiginfo/ouluhealthhack2018
clean-architecture java kotlin kotlin-android retrofit2 rxjava2
Last synced: about 2 months ago
JSON representation
Doctor Asked is app for self diagnosis built at Oulu Health Hack 2018 using the API provided by CGI.
- Host: GitHub
- URL: https://github.com/natiginfo/ouluhealthhack2018
- Owner: natiginfo
- Created: 2018-06-15T13:22:40.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-01T10:00:33.000Z (over 7 years ago)
- Last Synced: 2025-02-22T20:34:36.747Z (over 1 year ago)
- Topics: clean-architecture, java, kotlin, kotlin-android, retrofit2, rxjava2
- Language: Kotlin
- Homepage:
- Size: 324 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OuluHealthHack2018
Doctor Asked is app for self diagnosis built at Oulu Health Hack 2018 using the API provided by CGI. For now there are no unit tests.
[Demo video](https://www.youtube.com/watch?v=ki7czhvcd5Q)
**Note:** as CGI closed API access, this app uses mock server. Mock server is hosted on Postman, so, there're some usage limits.
Therefore, if you see error messages from server side, I recommend you to import mock server details to Postman from ```mock``` folder.
After running your server, make sure you update API_URL variable on ```data/build.gradle``` file.
# License
```
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```