Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/#769 additional party identifiers transaction scenarios #3

Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions onboarding.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ In this document we'll walk through the setup a local Mojaloop Quoting Service a
- [Software List](#software-list)
- [Setting up a local quote environment](#setting-up-a-local-quote-environment)
- [Initialising the database and starting the service](#initialising-the-database-and-starting-the-service)
- [Health Check](#health-check)
- [Run Tests](#run-tests)

## Software List
Expand Down Expand Up @@ -51,6 +52,17 @@ Run the below from the root quoting-service in your terminal session to start th
npm start
```

## Health check

To verify the database is connected once the server started, run this from your browser;
```
http://localserver:3002/health
```

If all is well, the following responce will be received'

**Quoting service Database connection is healthy!!!**

## Run Tests

Please refer to Central-Ledger repository to setup Postman.
Expand Down
Loading