changed scripts location

This commit is contained in:
Yannic Kilcher
2022-12-17 22:31:21 +01:00
parent f6c8eae88f
commit 0d9034e4bb
7 changed files with 6 additions and 9 deletions
+1 -5
View File
@@ -14,8 +14,4 @@ BACKEND_CORS_ORIGINS=["http://localhost", "http://localhost:4200", "http://local
## Running the REST Server locally for development
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.
Have a look into the main `README.md` file for more information on how to set up the backend for development.