From 777fa8c0c9d1f0238ccedaecb64ae26e1b4cdc62 Mon Sep 17 00:00:00 2001 From: Henry Batt <37820016+henrybatt@users.noreply.github.com> Date: Sat, 1 Jun 2024 08:20:23 +0000 Subject: [PATCH] Add more info on demo limits --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d4a65ab..873c9159 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,9 @@ # Application Demo As the application requires a collection of self-hosted tools and engines to perform, that can take time to be provisioned a simplified demo script has been created that modifies the usage of these enigines to publically available free and open-source hosting. -Please note however that the usage of these API's however is rate limited so the demo application will be more limited. +Please note however that due to demo constraints and the usage of these externally hosted API's being rate limited the demo application will be slightly limited. he functionality of this demo is not significantly impacted however, so no noticible difference should be felt. With the only major difference being no security certificate will be provisioned and connected instead the demo uses HTTP. + +If you would like for the full application to be spun up you can either follow the steps below on [Deploying the Application](#Deploying-the-Application) however this will take time to provision the apis, or contact one of the team members and we can deploy a fully independent API. T ## Setting up the envrionment To deploy the demo script you will need that `Terraform` and `Docker` both installed on your system.