From 237f2b24ef2460b52d192ac6971e41f26fc3f258 Mon Sep 17 00:00:00 2001 From: Luke Winship Date: Wed, 20 Sep 2023 16:44:24 +0100 Subject: [PATCH] . --- Examples/BookingSystem.AspNetCore/README.md | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/Examples/BookingSystem.AspNetCore/README.md b/Examples/BookingSystem.AspNetCore/README.md index 9315f06f..692ebc06 100644 --- a/Examples/BookingSystem.AspNetCore/README.md +++ b/Examples/BookingSystem.AspNetCore/README.md @@ -4,20 +4,6 @@ An example OpenActive.Server.NET implementation. This implementation is also used as a reference implementation for the [Test Suite](https://github.com/openactive/openactive-test-suite) to run its tests against. -## Running with dotnet CLI +## Running Locally -TODO2 uhhh - ---- - -## Running Locally for the 1st time - -1. In Visual Studio, run the BookingSystem.AspNetCore project - - When it's finished building, it will open a page in your browser with a randomly assigned port e.g. http://localhost:55603/. Make note of this port. - - Head to `http://localhost:{PORT}/openactive` to check that the project is running correctly. You should see an Open Data landing page. -2. Head to BookingSystem.AspNetCore project options and add an env var using the port you made note of earlier: - - `ApplicationHostBaseUrl: http://localhost:{PORT}` -3. Now, re-run the project. You're good to go 👍 +See the [project contribution documentation](/CONTRIBUTING.md) for details on how to run BookingSystem.AspNetCore locally.