← overview | how-to's | how to do a health-check | dividend tracker api documentation
Step 1: Start your Local Server
- On your local drive, navigate to the root location of the folder where you forked the Dividend Tracker API repository.
- Start a local instance of the server with the following command:
npm start
If successful then you will see output similar to below:
npm start
> dividend-tracker-api@1.0.0 start
> node index.js
Dividend Tracker API is running at http://localhost:3000
This is important!
Keep the server up and running for the steps that follow.