File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,23 @@ Run the following commands:
69691 . ` ./gradlew createDB -PdbName=fineract_default `
70701 . ` ./gradlew devRun `
7171
72+ Fineract is now running, and will be listening for API requests on port 8443 by default.
73+
74+ Confirm Fineract is ready with, for example:
75+
76+ ``` bash
77+ curl --insecure https://localhost:8443/fineract-provider/actuator/health`
78+ ` ` `
79+
80+ To test authenticated endpoints, include credentials in your request:
81+
82+ ` ` ` bash
83+ curl --location \
84+ https://localhost:8443/fineract-provider/api/v1/clients \
85+ --header ' Content-Type: application/json' \
86+ --header ' Fineract-Platform-TenantId: default' \
87+ --header ' Authorization: Basic bWlmb3M6cGFzc3dvcmQ='
88+ ` ` `
7289
7390< br> INSTRUCTIONS: How to build the JAR file
7491============
You can’t perform that action at this time.
0 commit comments