Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tdatIT authored Jan 29, 2024
1 parent 7e2f0f0 commit 1ea9d09
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,16 @@ Tech :
- Redis
- RabbitMQ
- Go-Resty
- GRPC
- gRPC
- FiberPrometheus

Handling the purchase process in e-commerce using microservices architecture. The order service includes several function:
- CRUD orders data
- Statisticize commission, profit, order count,...

The order creation process involves two phases:
Phase 1: Processes HTTP POST requests, retrieves data by making gRPC requests to other services, and sends messages (order_status:pending) into transaction service.
Phase 2: Receives reply messages from transaction service and update order status (failed or success) into the database.

<hr>
<h4>Development by Tran Tien Dat</h4>

0 comments on commit 1ea9d09

Please sign in to comment.