← choose a testing method | how-to's | how to do a health-check | dividend tracker api documentation
You only have to test using one method.
There are multiple methods to test the health of the API. See Step 2: Choose a method to test the endpoint
The server must be up and running!
If you haven't already done so, then start your local server.
Step 2: Method 1: Test using your browser
- Open your preferred browser e.g., Chrome.
- In the address bar type in the following URL:
http://localhost:3000 - Press the return key
- You will see the json string
Hello API!printed on the screen
![]()