From 38349b6661a33754ccc66e34d97264e031766f4e Mon Sep 17 00:00:00 2001 From: Yannic Kilcher Date: Wed, 14 Dec 2022 00:17:52 +0100 Subject: [PATCH] updated readme --- backend/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/README.md b/backend/README.md index 9a6f8b97..25bd6d46 100644 --- a/backend/README.md +++ b/backend/README.md @@ -14,7 +14,8 @@ BACKEND_CORS_ORIGINS=["http://localhost", "http://localhost:4200", "http://local ## Running the REST Server locally for development -Run two terminals (note the working directory for each): +First, install the requirements in `requirements.txt`. +Then, run two terminals (note the working directory for each): - Terminal 1, to go `backend/scripts` and run `docker-compose up`. This will start postgres. - Terminal 2, to go `backend` and run `scripts/run-local.sh`. This will start the REST server.