From 76736102f893de413d05e6f117515504f77bca9c Mon Sep 17 00:00:00 2001 From: bloombar <2209098+bloombar@users.noreply.github.com> Date: Tue, 3 Dec 2024 12:26:12 -0500 Subject: [PATCH] servers --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4a5606f..ed5d187 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ pip3 install -r requirements.txt ### Run the app -#### development mode +#### Development server To run the app locally in development mode: @@ -152,7 +152,7 @@ To run the app locally in development mode: Note that this will run the app only on your own computer. Other people will not be able to access it. If you want to allow others to access the app running in development mode on your local machine, try using the [flask-ngrok](https://pypi.org/project/flask-ngrok/) module. -#### production mode +#### Production server To run the app in production mode using a real web server, for example using [gunicorn](https://gunicorn.org/):