Skip to content

Commit

Permalink
Resolving issues as per code review
Browse files Browse the repository at this point in the history
Signed-off-by: Siddharth Salunkhe <[email protected]>
  • Loading branch information
Sidd-77 authored Aug 16, 2024
1 parent 0b0e49a commit aec818f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,8 @@ After cloning your fork, follow these steps to set up the project locally,
pnpm setup:project
5. **In a terminal, start the dependencies (rabbitmq, mongodb and minio) as Docker containers by running the following command:**
```bash
docker compose -f docker/dependencies.compose.yml up
docker compose -f docker/dependencies.compose.yml up -d
```
Now you can access the MinIO Console on http://localhost:9001/.

### Start the application by running the following commands.
5. **Start backend API:**
Expand Down

0 comments on commit aec818f

Please sign in to comment.