Skip to content

Commit

Permalink
Fix typo issue
Browse files Browse the repository at this point in the history
  • Loading branch information
laihuiqi authored Nov 14, 2023
1 parent a81faf1 commit fa761d5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CollaborationService/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ http://localhost:3005

1. Navigate to Collaboration directory.

2. Uncomment localhost addresses and comment the docker addresses for the services in the `Collaboration\config\config.js` file as below:
2. Uncomment localhost addresses and comment the docker addresses for the services in the `CollaborationService\config\config.js` file as below:

```
// mongodbUri: "mongodb://collaboration-service-database:27017",
Expand All @@ -43,7 +43,7 @@ mongodbUri: "mongodb://127.0.0.1:27017/peer-prep",
4. Start the microservice in terminal using commands:

```
cd Collaboration-service
cd CollaborationService
npm install
npm start
```
Expand Down Expand Up @@ -173,7 +173,7 @@ Testing is done on the initialization steps and the `getCollaborationHistory` fu
1. Test the service using terminal commands:

```
cd Collaboration-service
cd CollaborationService
npm test
```

Expand All @@ -187,7 +187,7 @@ Please ensure that there are no active container of the required services.

1. Navigate to peerprep directory.

2. Comment local database address and uncomment the docker address for the service in the `Collaboration-service\config\config.js` file as below:
2. Comment local database address and uncomment the docker address for the service in the `CollaborationService\config\config.js` file as below:

```
mongodbUri: "mongodb://collaboration-service-database:27017",
Expand All @@ -198,7 +198,7 @@ mongodbUri: "mongodb://collaboration-service-database:27017",
3. Start the microservice in terminal using commands:

```
cd Collaboration-service
cd CollaborationService
docker-compose up --build
```

Expand Down

0 comments on commit fa761d5

Please sign in to comment.