An open API service indexing awesome lists of open source software.

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.

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.
```