...
10. Populate local db by invoking this POST
api [fill in acquired IPAddress] http://<IPAddress>:9000/gmcclient/api/v1/admin
in postman with Basic Auth
and with following info
Code Block |
---|
username: admin password: admin |
11. browse the service GET
trainees api on the host machine [fill in acquired IPAddress]. e.g view the revalidation api http://<IPAddress>:8080/revalidation/api/v1/doctors
...