In this guide, we'll walk you through the initial steps to get the PayWalletEngine API up and running on your local environment.
Once you have the server running, you can check the health of the service by using the following endpoint:
- Endpoint:
/ping
- HTTP Method:
GET
- Description: Checks the health of the service.
Responses:
200 OK
: Service is healthy.500 Internal Server Error
: Service is down or facing issues.
To ensure your database connectivity is intact:
- Endpoint:
/alive
- HTTP Method:
GET
- Description: Checks if the database is alive and responding.
Parameter | Type | Description | Required |
---|---|---|---|
- | - | - | - |
Responses:
200 OK
: Database is alive and responding.500 Internal Server Error
: Database connection issues or the service is down.
For a deep dive into each category of endpoints, refer to the detailed documentation:
- Authentication (Work-In-Progress)
- Users
- Accounts
- Transactions
- Error Codes
As you delve into PayWalletEngine API, we recommend familiarizing yourself with the main README.md for a holistic understanding of the system, its architecture, and functionalities. For any issues or contributions, please follow the guidelines specified in the main README.