1 files changed, 1 insertions(+), 0 deletions(-)
M README.md
M README.md => README.md +1 -0
@@ 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.