Skip to content

mkheck/acme-fitness-store

 
 

Repository files navigation

page_type languages products description urlFragment
sample
java
Azure Spring Apps
Azure Database for PostgreSQL
Azure Cache for Redis
Azure Active Directory
Deploy Microservice Apps to Azure
acme-fitness-store

ACME Fitness Store

Check Markdown Links

ACME Fitness store is a fictional online retailer selling sporting goods. This repo contains the source code and deployment scripts for the ACME Fitness store application.

High Level Architecture

An image showing the services involved in the ACME Fitness Store. It depicts the applications and their dependencies

This application is composed of several services:

  • 4 Java Spring Boot applications:

    • A catalog service for fetching available products.
    • A payment service for processing and approving payments for users' orders
    • An identity service for referencing the authenticated user
    • An assist service for infusing AI into fitness store
  • 1 Python application:

    • A cart service for managing a users' items that have been selected for purchase
  • 1 ASP.NET Core applications:

    • An order service for placing orders to buy products that are in the users' carts
  • 1 NodeJS and static HTML Application

    • A frontend shopping application

The sample can be deployed to Azure Spring Apps Enterprise or Tanzu Application Platform.

Repo Organization

Directory Purpose
apps/ source code for the services
azure-spring-apps-enterprise/ documentation and scripts for deploying to Azure Spring Apps Enterprise
tanzu-application-platform/ documentation and scripts for deploying to Tanzu Application Platform

Deploy Apps to Azure Spring Apps Enterprise (ASA-E)

Azure Spring Apps Enterprise enables you to easily run Spring Boot and polyglot applications on Azure. The quickstart guide in azure-spring-apps-enterprise/README.md shows you how to deploy the ACME Fitness store application to Azure Spring Apps Enterprise.

Deploy Apps to Tanzu Application Platform (TAP)

Tanzu Application Platform (TAP) enables you to easily build & run polyglot applications on CNCF Compliant Kubernetes clusters. Follow the instructions in tanzu-application-platform/README.md to deploy the application to TAP.

Notes

If you would like to conduct this workshop in Japanese, please use the Japanese version.

日本語で、本ワークショップを実施されたい方は、、日本語版をご利用ください。Thanks for the contribution from @yoshioterada.

About

Sample - how to deploy Spring Boot apps to Azure?

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 54.3%
  • HTML 24.4%
  • Java 7.9%
  • Shell 5.5%
  • C# 2.6%
  • Python 2.1%
  • Other 3.2%