Skip to content

amplication/sample-app

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

This sample project manages an ecommerce and logistics process.

The project was generated with Amplication and consists of three services:

ecommerce-server

Order management service for e-commerce applications.

Features:

Message Broker Topics:

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

ecommerce-admin

The admin UI dashboard for the e-commerce application.

logistic-server

Services that hold the warehouse and shipment entities.

Features:

Message Broker Topics:

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

Learn more

You can learn more in the Amplication documentation.

About

Sample application generated by Amplication

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages