Simple commerce simulates placing an order, saving the order to the database and then publishing it to a RabbitMQ.
[x] User Service: http://localhost:8081/docs
[x] Product Service: http://localhost:8082/docs
[x] Order Service: http://localhost:8083/docs
{
"user_id": "7c11e1ce2741",
"product_code": "product1",
"quantity": 2
}- Clone the repository
git clone https://github.com/mhope-2/simple-commerce.git- Build services
docker-compose build- Startup services using docker
docker-compose up