Skip to content

Adds note to README that this is a demo only application #84

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 14, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This a dockerized [Spree Commerce](https://spreecommerce.org) application consumed by a NextJS frontend.

This application is built and tested to run within [Datadog Learning Center](https://learn.datadoghq.com/) lab environments. No guarantees are made that this application will run outside of the Datadog Learning Center lab environments.

Many parts of this application were intentionally modified to introduce performance issues, security vulnerabilities, and other intentionally problematic code. This is to help you learn how to use Datadog to troubleshoot and fix these issues. This application is not intended to be used in production.

## Local development

**1.** Before starting the containers, you will need to define the required env vars. Run the following command to copy the env var template:
Expand Down Expand Up @@ -33,7 +37,7 @@ Enables a mock cross site scripting attack to demonstrate ASM
6. Enter anything into the input (it being an email isn't important) and submit
7. You should get a thank you message with the input you entered at the end

#### dbm
#### DBM
Enables a product ticker on the homepage with a long-running query to demonstrate DBM

**How to use**:
Expand Down