From 5d83c79b9737d1817251625a413d1fad79c3eb8b Mon Sep 17 00:00:00 2001 From: Josh Creek <8179928+jcreek@users.noreply.github.com> Date: Tue, 8 Oct 2024 19:41:08 +0100 Subject: [PATCH] docs(#37): Add testing notes --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 62a8574..66416fb 100644 --- a/README.md +++ b/README.md @@ -55,3 +55,7 @@ Please see the Issues tab for `enhancement` tagged issues. ## [Database setup](/docs/database-setup.md) ## [Stripe webhook event listening](/docs/stripe-setup.md) + +## Testing the example credits management system + +There is an example system in this project for being able to manage credits that are sold to users. To test this system you can visit the `http://localhost:5173/test/test-credits` route. This will allow you to add credits to a user and then spend them by clicking the buttons on the page, and will show the user's credit balance updating in real time.