Thanks to visit codestin.com
Credit goes to github.com

Skip to content

mhope-2/simple-commerce

Repository files navigation

Simple Commerce

Simple commerce simulates placing an order, saving the order to the database and then publishing it to a RabbitMQ.

API Docs

[x] User Service: http://localhost:8081/docs
[x] Product Service: http://localhost:8082/docs
[x] Order Service: http://localhost:8083/docs

Order Service POST Request Sample

{
  "user_id": "7c11e1ce2741",
  "product_code": "product1",
  "quantity": 2
}

How to set up

With Docker

  1. Clone the repository
git clone https://github.com/mhope-2/simple-commerce.git
  1. Build services
docker-compose build
  1. Startup services using docker
docker-compose up

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors