From 97cabbf3d78ee2cbcdfac157b4230ce82e704cf2 Mon Sep 17 00:00:00 2001 From: ks129 <45097959+ks129@users.noreply.github.com> Date: Fri, 27 Nov 2020 19:49:04 +0200 Subject: Specify URL and port for running in the host section Co-authored-by: Joe Banks --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 031c93b..671e6d5 100644 --- a/README.md +++ b/README.md @@ -32,4 +32,4 @@ Create a `.env` file with the same contents as the Docker section above and the #### Running Simply run: `$ uvicorn --reload --host 0.0.0.0 --debug backend:app`. -Once this is running the API will live-reload on any changes. +Once this is running the API is accessible via http://localhost:8000/ and will reload on any changes to code. -- cgit v1.2.3