Skip to content

Commit

Permalink
#update: add readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
tdatIT committed Mar 4, 2024
1 parent 08ed663 commit c9c9e99
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions README.md
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>

0 comments on commit c9c9e99

Please sign in to comment.