@@ -30,7 +30,7 @@ http://localhost:3005
30
30
31
31
1 . Navigate to Collaboration directory.
32
32
33
- 2 . Uncomment localhost addresses and comment the docker addresses for the services in the ` Collaboration \config\config.js` file as below:
33
+ 2 . Uncomment localhost addresses and comment the docker addresses for the services in the ` CollaborationService \config\config.js` file as below:
34
34
35
35
```
36
36
// mongodbUri: "mongodb://collaboration-service-database:27017",
@@ -43,7 +43,7 @@ mongodbUri: "mongodb://127.0.0.1:27017/peer-prep",
43
43
4 . Start the microservice in terminal using commands:
44
44
45
45
```
46
- cd Collaboration-service
46
+ cd CollaborationService
47
47
npm install
48
48
npm start
49
49
```
@@ -173,7 +173,7 @@ Testing is done on the initialization steps and the `getCollaborationHistory` fu
173
173
1 . Test the service using terminal commands:
174
174
175
175
```
176
- cd Collaboration-service
176
+ cd CollaborationService
177
177
npm test
178
178
```
179
179
@@ -187,7 +187,7 @@ Please ensure that there are no active container of the required services.
187
187
188
188
1 . Navigate to peerprep directory.
189
189
190
- 2 . Comment local database address and uncomment the docker address for the service in the ` Collaboration-service \config\config.js` file as below:
190
+ 2 . Comment local database address and uncomment the docker address for the service in the ` CollaborationService \config\config.js` file as below:
191
191
192
192
```
193
193
mongodbUri: "mongodb://collaboration-service-database:27017",
@@ -198,7 +198,7 @@ mongodbUri: "mongodb://collaboration-service-database:27017",
198
198
3 . Start the microservice in terminal using commands:
199
199
200
200
```
201
- cd Collaboration-service
201
+ cd CollaborationService
202
202
docker-compose up --build
203
203
```
204
204
0 commit comments