This sample project manages an ecommerce and logistics process.
The project was generated with Amplication and consists of three services:
Order management service for e-commerce applications.
- Uses PostgreSQL plugin as a database
- Uses JWT plugin as an authentication strategy
- Uses Kafka plugin as a message broker
This service use the send
pattern of the broker to notify when an order or a product was created or updated`
order.create.v1
order.update.v1
product.create.v1
product.update.v1
The admin UI dashboard for the e-commerce application.
Services that hold the warehouse and shipment entities.
- Uses MySQL plugin as a database
- Uses Http Base plugin as an authentication strategy
- Uses Kafka plugin as a message broker
This service uses the receive
pattern of the broker to notify when an order or a product was created or updated.
order.create.v1
order.update.v1
product.create.v1
product.update.v1
You can learn more in the Amplication documentation.