From 0c785d77a4add131b8914f13bd26930805ac362f Mon Sep 17 00:00:00 2001 From: abinash Date: Mon, 30 Oct 2023 03:31:48 +0545 Subject: [PATCH] docs: setting up dev env with pgAdmin --- CONTRIBUTING.md | 2 ++ README.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 11a7427..1133b32 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -67,6 +67,8 @@ To set up the development environment locally, follow these steps: ```bash git clone https://github.com/yourusername/review-app-api.git cd review-app-api +> ⚠️ `Windows Users` with PgAdmin installed need to stop service `postgresql` from running by manually locating it in services by typing services.msc in powershell to proceed further. + 2. Run Docker Compose to set up the development environment: ```bash docker-compose up -d diff --git a/README.md b/README.md index 209ee4c..8cec81c 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,8 @@ For more information about the project, visit the [frontend repository](https:// 3. Install and set up Docker. + > ⚠️ `Windows Users` with PgAdmin installed need to stop service `postgresql` from running by manually locating it in services by typing services.msc in powershell to proceed further. + 4. Run Docker in the background. If you have an older version of Docker, use the following command to run the `docker-compose.yml` file in detached mode: ```shell