From 0e36494533e197295bc5a1783d42fa73ea10264a Mon Sep 17 00:00:00 2001 From: cathos Date: Tue, 16 Aug 2022 00:32:55 -0700 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 185016f..a377dd3 100644 --- a/README.md +++ b/README.md @@ -18,4 +18,5 @@ The [backend](https://github.com/cathos/roast-server-be) uses: - Flask - Flask-CORS - Python + The backend will likely be updated soon to use a dedicated WSGI server such as gunicorn instead of the flask runner. It is currently built to run in a python virtual environment by installing the dependencies listed in requirements.txt. It is run with Flask. Update the frontend's reference to the backend address as necessary if running on the same host. -- 2.45.2