Skip to content

agdolla/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

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/ documentaion 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.

About

Deploys ACME Fitness application across different environments

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 55.0%
  • HTML 24.6%
  • Java 6.9%
  • Shell 5.5%
  • C# 2.7%
  • Python 2.1%
  • Other 3.2%