-
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.
- Loading branch information
Showing
1 changed file
with
32 additions
and
0 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# Latipe Transaction Service | ||
|
||
## Introduction | ||
|
||
This is the transaction service module for the Latipe project. That manages the transaction of Latipe's system. Apply | ||
saga pattern to manage the transaction. | ||
|
||
## Technologies | ||
|
||
- Restful API | ||
- Go 1.20 | ||
- Fiber v2 | ||
- MongoDB | ||
- Redis | ||
- RabbitMQ | ||
- Prometheus / Grafana | ||
- Docker | ||
|
||
## Installation | ||
|
||
- You can use makefile to run the project and also to build the docker file. | ||
- ```make startw``` to run the project on windows (view more in makefile) | ||
|
||
## API Endponits | ||
- Base URL: http://localhost:5020/api/v1 | ||
- Metrics: http://localhost:5020/metrics | ||
- Health: http://localhost:5020/health | ||
- Swagger: http://localhost:5020/swagger/index.html | ||
- Basic Auth: admin:123123 | ||
|
||
<hr> | ||
<h4>Development by tdat.it2k2</h4> |