-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #78 from NashTech-Labs/feature/Added-readme
Added readme for payment service
- Loading branch information
Showing
3 changed files
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Payment Service | ||
Payment Service Involves the user verification, and settlement of transactions and on the basis of that executes the PaymentCancelEvent or PaymentApprovedEvent. | ||
|
||
## Prerequisites | ||
We must set up Axon Server to handle command and query operations, and configure MySQL as the persistent store destination. | ||
|
||
![payment-application-config.png](../documentation/payment-application-config.png) | ||
|
||
## Local setup | ||
- Setup axon-server and MySQL docker images | ||
``` | ||
local-dev > docker compose up -d | ||
``` | ||
- Run the application | ||
``` | ||
payment-service > mvn clean springboot:run | ||
``` |