MyDoc is a mobile application that makes it easy for its users to queue up for healthcare services. With MyDoc, you can easily search for the nearest hospital or clinic that offers the services you need, make appointments with doctors, and monitor your position in the queue
View Demo
·
Report Bug
·
Request Feature
To get a local copy up and running follow these simple example steps.
Installed composer
, Android Studio
, and Web Server
- Get a free API Key for Payment Gateway at https://www.duitku.com
- Clone the repo
git clone https://github.com/codernewbie04/MyDoc.git
- Go to website folder
cd MyDoc/website
- Install composer packages
composer install
- Import database
mydoc.sql
- Edit your .env, sample in
env_example
- Replace
MERCHANT_CODE
andDUITKU_APIKEY
to your Duitku Apikey - Start the server
php spark serve
- Open
Android Studio
- Open Project and point android studio to MyDoc/android folder
- Edit BASE_URL in your build.gradle (Inside app folder) to your local IP web server
Username | Password | Role |
---|---|---|
admin_123 | 12345678 | Super Admin |
instansi_kesehatan | 12345678 | Instansi Kesehatan |
For the pasien role, you can make it yourself
To learn more about Android Studio and Codeigniter 4, take a look at the following resources:
- Android Studio Documentation - learn about Android Studio.
- Codeigniter 4 Documentation - learn about Codeigniter 4.