Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: setting up dev env with pgAdmin #63

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading